| { |
| "name": "AlipayLib", |
| "version": "0.1.0", |
| "summary": "AlipayLib.", |
| "description": "Alipay SDK", |
| "homepage": "https://github.com/shushengwang/AlipayLib", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "wangshusheng@live.cn": "wangshusheng@live.cn" |
| }, |
| "source": { |
| "git": "https://github.com/shushengwang/AlipayLib.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "vendored_frameworks": "AlipayLib/AlipaySDK.framework", |
| "resources": "AlipayLib/AlipaySDK.bundle", |
| "frameworks": [ |
| "UIKit", |
| "MapKit", |
| "SystemConfiguration", |
| "CoreTelephony", |
| "QuartzCore", |
| "CoreText", |
| "CoreGraphics", |
| "CFNetwork", |
| "CoreMotion" |
| ], |
| "ios": { |
| "libraries": [ |
| "z", |
| "c++" |
| ] |
| } |
| } |