blob: e0aa9c06b87493e4d01f7b9a48dd01729ff15810 [file] [log] [blame]
{
"name": "XCPay",
"version": "1.0.1",
"summary": "XCPay",
"description": "XCPay 封装第三方支付",
"homepage": "https://github.com/fanxiaocong/XCPay",
"license": "MIT",
"authors": {
"樊小聪": "1016697223@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fanxiaocong/XCPay.git",
"tag": "1.0.1"
},
"source_files": "XCPay/**/*.{h,m}",
"subspecs": [
{
"name": "XCPayPlatformConfigure",
"source_files": "XCPay/Classes/XCPayPlatformConfigure/**/*.{h,m}"
}
]
}