forked from verygoodsecurity/CardIOSDK-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CardIOSDK.podspec
15 lines (14 loc) · 921 Bytes
/
CardIOSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |spec|
spec.platform = :ios
spec.ios.deployment_target = '9.0'
spec.name = 'CardIOSDK'
spec.summary = 'Credit card scanning for mobile apps. Wrapper around original CardIO library to bring easy integration into Swift projects.'
spec.requires_arc = true
spec.version = '5.6.0'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.authors = { 'Very Good Security' => 'support@verygoodsecurity.com', 'CardIO' => 'support@paypal.com' }
spec.homepage = 'https://github.com/verygoodsecurity/CardIOSDK-iOS'
spec.source = { :git => 'https://github.com/Loupehope/CardIOSDK-iOS.git', :tag => "#{spec.version}" }
spec.source_files = 'Sources/CardIOSDK/CardIOSDK.h'
spec.vendored_framework = 'Sources/CardIOSDK/CardIO.xcframework'
end