blob: 406c41432892366455f3f142ed0bcd1fbdac8c0a [file] [log] [blame]
{
"name": "AllPaySDK",
"version": "0.0.2",
"summary": "A short description of AllPaySDK.",
"homepage": "https://github.com/atuooo/AllPaySDK",
"license": "MIT",
"authors": {
"ooatuoo": "aaatuooo@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/atuooo/AllPaySDK.git",
"tag": "0.0.2"
},
"source_files": "Frameworks/*.h",
"public_header_files": "Frameworks/*.h",
"resources": "Resources/*.{bundle,html,png}",
"vendored_frameworks": "Frameworks/*.framework",
"vendored_libraries": "Frameworks/*.a",
"frameworks": [
"CoreMotion",
"SystemConfiguration",
"CoreTelephony",
"CFNetwork",
"AudioToolbox",
"PassKit"
],
"libraries": [
"z",
"c++",
"sqlite3",
"stdc++.6.0.9"
],
"requires_arc": true
}