| { |
| "name": "XXPayTool", |
| "version": "0.1.0", |
| "summary": "集成主流支付方式", |
| "description": "集成主流支付方式,包括Apple Pay、微信、支付宝、银联", |
| "homepage": "https://github.com/lyuxxx/XXPayTool", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "lyuxxx": "lyxiel@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/lyuxxx/XXPayTool.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "XXPayTool/*.{h,m}", |
| "public_header_files": "XXPayTool/XXPayTool.h", |
| "requires_arc": true, |
| "dependencies": { |
| "LLAPPaySDK": [ |
| |
| ], |
| "XXWeChatSDK": [ |
| |
| ], |
| "Alipay-SDK": [ |
| |
| ], |
| "UnionPay": [ |
| |
| ] |
| } |
| } |