| { |
| "name": "UPPaySDK", |
| "version": "3.3.6", |
| "summary": "银联支付控件 for iOS", |
| "homepage": "https://open.unionpay.com/ajweb/index", |
| "license": { |
| "type": "Copyright", |
| "text": "中国银联 版权所有." |
| }, |
| "authors": { |
| "unionpay": "https://open.unionpay.com/ajweb/index" |
| }, |
| "source": { |
| "git": "https://github.com/appwgh/UPPaySDK.git", |
| "tag": "3.3.6" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "libUPPaySDK/*.h", |
| "vendored_libraries": "libUPPaySDK/libPaymentControl.a", |
| "frameworks": [ |
| "CFNetwork", |
| "SystemConfiguration", |
| "Security" |
| ], |
| "libraries": [ |
| "z", |
| "stdc++" |
| ] |
| } |