| { |
| "name": "AGALiPaySDK", |
| "version": "1.0.0", |
| "summary": "A lib repository for ALipay.", |
| "description": "AGALiPaySDK is a private lib repository for ALipay.", |
| "homepage": "https://docs.open.alipay.com/204/105051", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "AgenricWon": "AgenricWon@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Agenric/AGALiPaySDK.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "swift_version": "3.0", |
| "vendored_frameworks": "AGALiPaySDK/AlipaySDK.framework", |
| "resources": "AGALiPaySDK/AlipaySDK.bundle", |
| "frameworks": [ |
| "SystemConfiguration", |
| "CoreTelephony", |
| "QuartzCore", |
| "CoreText", |
| "CFNetwork", |
| "CoreGraphics", |
| "CoreMotion", |
| "Foundation", |
| "UIKit", |
| "Security" |
| ], |
| "libraries": [ |
| "z", |
| "c++" |
| ] |
| } |