blob: 1c0c36389bf6750c11062183579163f2b84bd440 [file] [log] [blame]
{
"name": "BGPay",
"version": "2.0.0",
"summary": "BGPay支付SDK",
"description": "集成BGPay 可以 调起 BG 客户端 进行对应币种支付",
"homepage": "https://github.com/CoderLiXinLi/BGPay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoderLiXinLi": "lixinli0327@gmail.com"
},
"source": {
"git": "https://github.com/CoderLiXinLi/BGPay.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BGPay/Classes/**/*.h",
"vendored_frameworks": "BGPay/Products/BGPay.framework",
"dependencies": {
"AFNetworking": [
]
}
}