| { |
| "name": "BXAlipaySDK", |
| "version": "15.2.1", |
| "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.", |
| "homepage": "https://github.com/iException/BXAlipaySDK", |
| "license": { |
| "type": "Custom", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Yiming Tang": "yimingnju@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/iException/BXAlipaySDK.git", |
| "tag": "v15.2.1" |
| }, |
| "social_media_url": "https://twitter.com/yiming_t", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "CoreMotion", |
| "CoreTelephony", |
| "SystemConfiguration", |
| "CFNetwork" |
| ], |
| "libraries": [ |
| "z", |
| "c++" |
| ], |
| "resources": "AlipaySDK/AlipaySDK.bundle", |
| "vendored_frameworks": "AlipaySDK/AlipaySDK.framework" |
| } |