[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.2.18 / Pingpp.podspec.json
blobbb7f2c3f3a279ba296faee0dd9e3dd9edbd0245a
2   "name": "Pingpp",
3   "version": "2.2.18",
4   "summary": "Pingplusplus iOS SDK",
5   "description": "移动应用支付接口。\n开发者不再需要编写冗长的代码,简单几步就可以使你的应用获得支付功能。\n让你的移动应用接入支付像大厦接入电力一样简单,方便,和温暖。\n支持微信支付,公众账号支付,支付宝钱包,百度钱包,银联手机支付。",
6   "homepage": "https://pingxx.com",
7   "license": "COMMERCIAL",
8   "authors": {
9     "Afon Weng": "xufeng.weng@pingxx.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "http": "https://coding.net/u/pingplusplus/p/pingpp-assets/git/raw/master/archives/pingpp-ios/2.2.18/pingpp-ios-libs.zip",
16     "sha1": "b71e214c4b8e3ded2feab74d344e9e37ff07008c"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Core",
21     "Alipay",
22     "UnionPay"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "lib/*.h",
29         "lib/Dependencies/Network/*.h"
30       ],
31       "public_header_files": [
32         "lib/*.h",
33         "lib/Dependencies/Network/*.h"
34       ],
35       "vendored_libraries": [
36         "lib/*.a",
37         "lib/Dependencies/Network/*.a"
38       ],
39       "resources": "lib/*.bundle",
40       "frameworks": [
41         "CFNetwork",
42         "SystemConfiguration",
43         "Security",
44         "CoreLocation"
45       ],
46       "ios": {
47         "libraries": [
48           "c++",
49           "stdc++",
50           "z"
51         ]
52       },
53       "xcconfig": {
54         "OTHER_LDFLAGS": "-ObjC"
55       }
56     },
57     {
58       "name": "ApplePay",
59       "vendored_libraries": "lib/Channels/ApplePay/*.a",
60       "frameworks": "PassKit",
61       "dependencies": {
62         "Pingpp/Core": [
64         ]
65       }
66     },
67     {
68       "name": "Alipay",
69       "vendored_libraries": "lib/Channels/Alipay/*.a",
70       "frameworks": [
71         "CoreMotion",
72         "CoreTelephony"
73       ],
74       "dependencies": {
75         "Pingpp/Core": [
77         ],
78         "PingppAlipaySDK": [
79           "~> 15.5"
80         ]
81       }
82     },
83     {
84       "name": "AlipayNoUTDID",
85       "vendored_libraries": "lib/Channels/Alipay/*.a",
86       "frameworks": [
87         "CoreMotion",
88         "CoreTelephony"
89       ],
90       "dependencies": {
91         "Pingpp/Core": [
93         ],
94         "PingppAlipaySDKNoUTDID": [
95           "~> 15.5"
96         ]
97       }
98     },
99     {
100       "name": "Wx",
101       "dependencies": {
102         "Pingpp/Core": [
104         ]
105       }
106     },
107     {
108       "name": "UnionPay",
109       "vendored_libraries": "lib/Channels/UnionPay/*.a",
110       "dependencies": {
111         "Pingpp/Core": [
113         ]
114       }
115     },
116     {
117       "name": "One",
118       "frameworks": "QuartzCore",
119       "source_files": "lib/One/*.h",
120       "public_header_files": "lib/One/*.h",
121       "vendored_libraries": "lib/One/*.a",
122       "dependencies": {
123         "Pingpp/Core": [
125         ]
126       }
127     },
128     {
129       "name": "BfbWap",
130       "vendored_libraries": "lib/Channels/BfbWap/*.a",
131       "dependencies": {
132         "Pingpp/Core": [
134         ],
135         "Pingpp/WebView": [
137         ]
138       }
139     },
140     {
141       "name": "Yeepay",
142       "vendored_libraries": "lib/Channels/Yeepay/*.a",
143       "dependencies": {
144         "Pingpp/Core": [
146         ],
147         "Pingpp/WebView": [
149         ]
150       }
151     },
152     {
153       "name": "CmbWallet",
154       "vendored_libraries": "lib/Channels/CmbWallet/*.a",
155       "ios": {
156         "vendored_frameworks": "lib/Channels/CmbWallet/cmbkeyboard.framework"
157       },
158       "resources": "lib/Channels/CmbWallet/SecreteKeyBoard",
159       "dependencies": {
160         "Pingpp/Core": [
162         ],
163         "Pingpp/WebView": [
165         ]
166       }
167     },
168     {
169       "name": "Jdpay",
170       "vendored_libraries": "lib/Channels/Jdpay/*.a",
171       "dependencies": {
172         "Pingpp/Core": [
174         ],
175         "Pingpp/WebView": [
177         ]
178       }
179     },
180     {
181       "name": "QQWallet",
182       "vendored_libraries": "lib/Channels/QQWallet/*.a",
183       "dependencies": {
184         "Pingpp/Core": [
186         ]
187       }
188     },
189     {
190       "name": "WebView",
191       "vendored_libraries": "lib/Dependencies/WebView/*.a",
192       "dependencies": {
193         "Pingpp/Core": [
195         ]
196       }
197     }
198   ]