| { |
| "name": "AIPayKit", |
| "version": "1.0.1", |
| "summary": "a wapper of pay utils. include wxpay and Alipay", |
| "homepage": "https://git.oschina.net/", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "zhaoliang": "zhaol2014@foxmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://git.oschina.net/aicmciisc/AIPayKit.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "AIPayKit/**/*.{h,m}", |
| "public_header_files": "AIPayKit/**/*.h", |
| "requires_arc": true, |
| "dependencies": { |
| "AIExternalSDK/WeChatSDK": [ |
| "~> 0.2.0" |
| ], |
| "AIExternalSDK/AlipaySDK": [ |
| "~> 0.2.0" |
| ] |
| } |
| } |