| { |
| "name": "XCPay", |
| "version": "1.0.3", |
| "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.3" |
| }, |
| "source_files": "XCPay/Classes/*.{h,m}", |
| "subspecs": [ |
| { |
| "name": "XCPayPlatformConfigure", |
| "source_files": "XCPay/Classes/XCPayPlatformConfigure/*" |
| }, |
| { |
| "name": "XCPayProtocol", |
| "source_files": "XCPay/Classes/XCPayProtocol/*" |
| } |
| ] |
| } |