blob: fb3c900821f9742c8908a41b3c15661e3a7993bc [file] [log] [blame]
{
"name": "BeePaySDK",
"version": "0.0.7",
"summary": "集合支付相关sdk",
"description": "0.0.x:苹果支付接口整合",
"homepage": "https://github.com/5hito/BeePaySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"5hito": "beemans@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/5hito/BeePaySDK.git",
"tag": "0.0.7"
},
"frameworks": "StoreKit",
"requires_arc": true,
"source_files": "lib/Header/*.h",
"ios": {
"vendored_libraries": "lib/libBeePaySDK.a"
},
"dependencies": {
"BeeCommonSDK": [
],
"BeeAFNetSDK": [
]
}
}