| { |
| "name": "XLsn0wAliPaySDK", |
| "version": "15.1.3", |
| "license": { |
| "type": "Copyright", |
| "text": "Copyright (c) 2012 Tencent. All rights reserved." |
| }, |
| "summary": "Alipay SDK for iOS to access Alipay platform.", |
| "description": "It's a shame that Alipay doesn't have an official pod for their iOS SDK.\nTherefore, we create this pod to track the official Alipay iOS SDK.", |
| "authors": { |
| "XLsn0w": "xlsn0w@qq.com" |
| }, |
| "homepage": "https://github.com/XLsn0w/XLsn0wAlipaySDK", |
| "source": { |
| "git": "https://github.com/XLsn0w/XLsn0wAlipaySDK.git", |
| "tag": "15.1.3" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "vendored_libraries": "AlipaySDK/*.a", |
| "frameworks": [ |
| "CoreMotion", |
| "CoreTelephony", |
| "SystemConfiguration", |
| "CFNetwork" |
| ], |
| "libraries": [ |
| "z", |
| "c++" |
| ], |
| "vendored_frameworks": "AlipaySDK/*.framework", |
| "resources": "AlipaySDK/*.bundle" |
| } |