-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathBlazeSDK.podspec
More file actions
16 lines (16 loc) · 878 Bytes
/
BlazeSDK.podspec
File metadata and controls
16 lines (16 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |spec|
spec.name = 'BlazeSDK'
spec.version = "0.6.0"
spec.summary = "Integrate Breeze 1 Click Checkout to your app."
spec.description = <<-DESC
BlazeSDK is library which enables you to seamlessly integrate and use Breeze 1 Click Checkout in your iOS app.
DESC
spec.homepage = "https://breeze.in/"
spec.license = "MIT"
spec.author = { "Sahil Sinha" => "sahilsinha.dar@gmail.com" }
spec.source = { :git => 'https://github.com/juspay/blaze-sdk-ios.git', :tag => spec.version.to_s }
spec.ios.deployment_target = '12.0'
spec.source_files = 'BlazeSDK/Classes/**/*'
spec.swift_version = '5.0'
spec.swift_versions = ['5.0']
end