blob: 77415ff9097d6cb3d58ff711109ba53edcee2371 [file] [log] [blame]
{
"name": "XCPay",
"version": "1.0.2",
"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.2"
},
"source_files": "XCPay/Classes/*.{h,m}",
"subspecs": [
{
"name": "XCPayPlatformConfigure",
"source_files": "XCPay/Classes/XCPayPlatformConfigure/*"
},
{
"name": "XCPayProtocol",
"source_files": "XCPay/Classes/XCPayProtocol/*"
}
]
}