| { |
| "name": "BLAlipay", |
| "version": "0.1.1", |
| "summary": "快速集成 alipay-SDK", |
| "description": "快速集成alipaySDK", |
| "homepage": "https://github.com/linhay/Alipay", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "linhey": " linhan.linhey@outlook.com" |
| }, |
| "source": { |
| "git": "https://github.com/linhay/Alipay.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "BLAlipay/**/*", |
| "resources": "BLAlipay/AlipaySDK.bundle", |
| "vendored_frameworks": "BLAlipay/AlipaySDK.framework", |
| "public_header_files": "BLAlipay/AlipaySDK.framework/Headers/**/*.h", |
| "frameworks": [ |
| "AlipaySDK", |
| "SystemConfiguration", |
| "CoreTelephony", |
| "QuartzCore", |
| "CoreText", |
| "CoreGraphics", |
| "UIKit", |
| "CFNetwork", |
| "CoreMotion", |
| "Foundation", |
| "UIKit" |
| ], |
| "libraries": [ |
| "z", |
| "c++", |
| "sqlite3" |
| ] |
| } |