[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / 7 / 1 / UPPay_iOS_SDK / 3.3.11 / UPPay_iOS_SDK.podspec.json
bloba513fe736004e304f09e2ec4ac5eaf87b5157496
2   "name": "UPPay_iOS_SDK",
3   "version": "3.3.11",
4   "summary": "China Unionpay SDK for iOS.",
5   "description": "中国银联 版权所有.",
6   "homepage": "https://code.mcooly.com/ebeitech/UPPay_iOS_SDK",
7   "license": {
8     "type": "Copyright",
9     "text": "中国银联 版权所有."
10   },
11   "authors": {
12     "weixug": "weixug@mcooly.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://code.mcooly.com/ebeitech/UPPay_iOS_SDK.git",
19     "tag": "3.3.11"
20   },
21   "frameworks": [
22     "CFNetwork",
23     "SystemConfiguration",
24     "Security"
25   ],
26   "libraries": [
27     "z",
28     "stdc++"
29   ],
30   "default_subspecs": [
31     "Base",
32     "ApplePay"
33   ],
34   "source_files": [
35     "inc/UPAPayPlugin.h",
36     "inc/UPAPayPluginDelegate.h"
37   ],
38   "subspecs": [
39     {
40       "name": "Base",
41       "vendored_libraries": "libs/libPaymentControl.a"
42     },
43     {
44       "name": "ApplePay",
45       "dependencies": {
46         "UPPay_iOS_SDK/Base": [
48         ]
49       }
50     }
51   ]