| { |
| "name": "XLJAliPaySDK", |
| "version": "1.0.0", |
| "summary": "XLJAliPaySDK", |
| "description": "支付宝最新SDK iOS8.0及以上", |
| "homepage": "https://docs.open.alipay.com", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "xuelijun": "1342389838@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/Ainippj/XLJAliPaySDK.git", |
| "tag": "1.0.0" |
| }, |
| "resources": "**/*.bundle", |
| "vendored_frameworks": "**/*.framework", |
| "frameworks": [ |
| "CoreMotion", |
| "SystemConfiguration", |
| "CoreTelephony" |
| ], |
| "libraries": [ |
| "z", |
| "c++" |
| ], |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true |
| } |