blob: 5e4e38f3421856087af99c0610e30717a548e37c [file] [log] [blame]
{
"name": "PWCardScannerPlugin",
"version": "2.0.0",
"summary": "PWCardScannerPlugin",
"description": "Plugin to support credit card scanner for PWCoreSDK",
"homepage": "http://paymentwall.com",
"authors": {
"tien.vu": "kyle.vu@paymentwall.com"
},
"platforms": {
"ios": "8.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"requires_arc": true,
"source": {
"git": "https://github.com/paymentwall/paymentwall-ios-sdk-master.git",
"tag": "v2.0.0"
},
"source_files": [
"Plugins/PWCardScannerPlugin",
"Plugins/PWCardScannerPlugin/**/*.{h,m}"
],
"vendored_libraries": "Plugins/PWCardScannerPlugin/libPWCardScannerPlugin.a",
"dependencies": {
"PWCoreSDK": [
"~> 2.0.0"
],
"CardIO": [
]
},
"libraries": [
"PWCoreSDK",
"CardIO",
"opencv_core",
"opencv_imgproc"
]
}