-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPayUIndia-UPIBoltKit.podspec
28 lines (22 loc) · 1.16 KB
/
PayUIndia-UPIBoltKit.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Pod::Spec.new do |s|
s.name = "PayUIndia-UPIBoltKit"
s.version = "1.0.3"
s.license = "MIT"
s.homepage = "https://github.com/payu-intrepos/payu-upi-bolt-ios"
s.author = { "PayUbiz" => "contact@payu.in" }
s.summary = "The PayUUPIBoltKit SDK provides core functionality, used across other framewroks"
s.description = "The PayUUPIBoltKit SDK provides core functionality, used across other framewroks."
s.source = { :git => "https://github.com/payu-intrepos/payu-upi-bolt-ios.git",
:tag => "#{s.version}"
}
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 x86_64'
}
s.ios.deployment_target = "13.0"
s.vendored_frameworks = 'Frameworks/PayUUPIBoltKit.xcframework'
s.dependency 'PayUIndia-UPIBoltBaseKit', '~> 1.0'
s.dependency 'PayUIndia-AssetLibrary', '~> 4.0'
s.dependency 'PayUIndia-CrashReporter', '~> 4.0'
s.dependency 'PayUIndia-NetworkReachability', '~> 2.1'
s.dependency 'PayUIndia-Analytics', '~> 4.0'
end