blob: 012518efb90556f8fa7a31c45af839ea0cb7b9ab [file] [log] [blame]
{
"name": "APAC-BNPayment",
"version": "1.3.5",
"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.3.5"
},
"platforms": {
"ios": "10.2"
},
"requires_arc": true,
"module_name": "BNPayment",
"header_dir": "BNPayment",
"source_files": "BNPayment/**/**",
"dependencies": {
"CardIO": [
"~> 5.4.1"
]
},
"static_framework": true,
"resource_bundles": {
"BNPayment": [
"Assets/**/*.{png,bundle,xib,nib,cer,html}"
]
}
}