[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / d / e / APAC-BNPayment / 1.2.7 / APAC-BNPayment.podspec.json
blobdd5077150c690737d0576c5233f1eb929a1d7883
2   "name": "APAC-BNPayment",
3   "version": "1.2.7",
4   "summary": "The Mobile Payment SDK from Bambora (APAC) makes it simple to accept credit card payments in your app.",
5   "homepage": "http://bambora.com/en/au",
6   "license": "MIT",
7   "authors": {
8     "APAC-BNPayment": "apac-mobile-sdk-maintainers@bambora.com"
9   },
10   "source": {
11     "git": "https://github.com/bambora/APAC-BNPayment-iOS.git",
12     "tag": "1.2.7"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "module_name": "BNPayment",
19   "header_dir": "BNPayment",
20   "libraries": "c++",
21   "source_files": [
22     "BNPayment/**/**",
23     "CardIO/*.{h,m}"
24   ],
25   "vendored_frameworks": "Example/VisaCheckoutHybrid.framework",
26   "frameworks": [
27     "Accelerate",
28     "AVFoundation",
29     "AudioToolbox",
30     "CoreMedia",
31     "CoreVideo",
32     "MobileCoreServices",
33     "OpenGLES",
34     "QuartzCore",
35     "Security",
36     "UIKit"
37   ],
38   "vendored_libraries": [
39     "CardIO/libCardIO.a",
40     "CardIO/libopencv_core.a",
41     "CardIO/libopencv_imgproc.a"
42   ],
43   "resource_bundles": {
44     "BNPayment": [
45       "Assets/**/*.{png,bundle,xib,nib,cer,html}"
46     ]
47   }