forked from card-io/card.io-iOS-SDK
-
Notifications
You must be signed in to change notification settings - Fork 57
/
CardIO.podspec
17 lines (17 loc) · 953 Bytes
/
CardIO.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |spec|
spec.name = 'CardIO'
spec.version = '5.2.2'
spec.license = { type: 'MIT', file: 'LICENSE.md' }
spec.homepage = 'https://www.card.io'
spec.authors = { 'CardIO' => 'support@paypal.com' }
spec.summary = 'Credit card scanning for mobile apps'
spec.social_media_url = 'https://twitter.com/cardio'
spec.source = { :git => 'https://github.com/card-io/card.io-iOS-SDK.git', :tag => "#{spec.version}" }
spec.platform = :ios, '6.1'
spec.ios.deployment_target = '6.1'
spec.requires_arc = true
spec.source_files = 'CardIO/*.h'
spec.frameworks = 'Accelerate', 'AVFoundation', 'AudioToolbox', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'Security', 'UIKit'
spec.libraries = 'c++'
spec.vendored_libraries = 'CardIO/libCardIO.a', 'CardIO/libopencv_core.a', 'CardIO/libopencv_imgproc.a'
end