blob: e1033d9b8b9dc77bbf87b631b58f9f5ffa6a307f [file] [log] [blame]
{
"name": "PWCardScannerPlugin",
"version": "1.0.0",
"summary": "PWCardScannerPlugin",
"description": "Plugin for Alipay payment option for PWCoreSDK",
"homepage": "http://paymentwall.com",
"authors": {
"tien.vu": "kyle.vu@paymentwall.com"
},
"platforms": {
"ios": "8.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/paymentwall/paymentwall-ios-sdk-master.git",
"tag": "PWCardScannerPlugin-v1.0.0"
},
"source_files": [
"Plugins/PWCardScannerPlugin",
"Plugins/PWCardScannerPlugin/**/*.{h,m}"
],
"vendored_libraries": "Plugins/PWCardScannerPlugin/libPWCardScannerPlugin.a",
"dependencies": {
"PWCoreSDK": [
"~>1.0.5"
],
"CardIO": [
]
},
"libraries": [
"PWCoreSDK",
"CardIO",
"opencv_core",
"opencv_imgproc"
]
}