blob: 3b27d275e252a2840bf883bdc28d2ed39a2c1c31 [file] [log] [blame]
{
"name": "APAC-BNPayment",
"version": "1.2.8",
"summary": "The Mobile Payment SDK from Bambora (APAC) makes it simple to accept credit card payments in your app.",
"homepage": "http://bambora.com/en/au",
"license": "MIT",
"authors": {
"APAC-BNPayment": "apac-mobile-sdk-maintainers@bambora.com"
},
"source": {
"git": "https://github.com/bambora/APAC-BNPayment-iOS.git",
"tag": "1.2.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"module_name": "BNPayment",
"header_dir": "BNPayment",
"libraries": "c++",
"source_files": [
"BNPayment/**/**",
"CardIO/*.h"
],
"vendored_frameworks": "Example/VisaCheckoutHybrid.framework",
"frameworks": [
"Accelerate",
"AVFoundation",
"AudioToolbox",
"CoreMedia",
"CoreVideo",
"MobileCoreServices",
"OpenGLES",
"QuartzCore",
"Security",
"UIKit"
],
"vendored_libraries": [
"CardIO/libCardIO.a",
"CardIO/libopencv_core.a",
"CardIO/libopencv_imgproc.a"
],
"resource_bundles": {
"BNPayment": [
"Assets/**/*.{png,bundle,xib,nib,cer,html}"
]
}
}