| { |
| "name": "alas_alipay", |
| "version": "1.2", |
| "summary": "alas_alipay.", |
| "description": "用来以后方便使用alipay", |
| "homepage": "https://github.com/chenlinyuan/AliPay", |
| "license": "MIT", |
| "authors": { |
| "chenlinyuan": "ala.s743k@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/chenlinyuan/AliPay.git", |
| "tag": "1.2" |
| }, |
| "resources": "AlipaySDK.bundle", |
| "frameworks": [ |
| "SystemConfiguration", |
| "CoreTelephony", |
| "QuartzCore", |
| "CoreText", |
| "CoreGraphics", |
| "UIKit", |
| "Foundation", |
| "CFNetwork", |
| "CoreMotion" |
| ], |
| "libraries": [ |
| "z", |
| "c++" |
| ], |
| "requires_arc": true, |
| "vendored_frameworks": "AlipaySDK.framework" |
| } |