[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.2.8 / Pingpp.podspec.json
blobab6d3fb7c0302ee7fecc241c43e378de49bffa57
2   "name": "Pingpp",
3   "version": "2.2.8",
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": "5.1.1"
13   },
14   "source": {
15     "git": "https://github.com/PingPlusPlus/pingpp-ios.git",
16     "tag": "2.2.8"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Core",
21     "Alipay",
22     "UnionPay"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "lib/*.h",
28       "public_header_files": "lib/*.h",
29       "vendored_libraries": "lib/*.a",
30       "resources": "lib/*.bundle",
31       "frameworks": [
32         "CFNetwork",
33         "SystemConfiguration",
34         "Security"
35       ],
36       "ios": {
37         "libraries": [
38           "c++",
39           "stdc++",
40           "z"
41         ]
42       },
43       "xcconfig": {
44         "OTHER_LDFLAGS": "-ObjC"
45       },
46       "dependencies": {
47         "Pingpp/Network": [
49         ]
50       }
51     },
52     {
53       "name": "ApplePay",
54       "vendored_libraries": "lib/Channels/ApplePay/*.a",
55       "frameworks": "Passkit",
56       "dependencies": {
57         "Pingpp/Core": [
59         ]
60       }
61     },
62     {
63       "name": "Alipay",
64       "vendored_libraries": "lib/Channels/Alipay/*.a",
65       "ios": {
66         "vendored_frameworks": "lib/Channels/Alipay/AlipaySDK.framework"
67       },
68       "resources": "lib/Channels/Alipay/AlipaySDK.bundle",
69       "frameworks": [
70         "CoreMotion",
71         "CoreTelephony"
72       ],
73       "dependencies": {
74         "Pingpp/Core": [
76         ]
77       }
78     },
79     {
80       "name": "Wx",
81       "dependencies": {
82         "Pingpp/Core": [
84         ]
85       }
86     },
87     {
88       "name": "UnionPay",
89       "vendored_libraries": "lib/Channels/UnionPay/*.a",
90       "dependencies": {
91         "Pingpp/Core": [
93         ]
94       }
95     },
96     {
97       "name": "Network",
98       "source_files": "lib/Dependencies/Network/*.h",
99       "public_header_files": "lib/Dependencies/Network/*.h",
100       "vendored_libraries": "lib/Dependencies/Network/*.a"
101     },
102     {
103       "name": "Cnp",
104       "frameworks": "AudioToolbox",
105       "source_files": "lib/Channels/Cnp/*.h",
106       "public_header_files": "lib/Channels/Cnp/*.h",
107       "vendored_libraries": "lib/Channels/Cnp/*.a",
108       "resources": "lib/Channels/Cnp/*.bundle",
109       "dependencies": {
110         "Pingpp/Core": [
112         ],
113         "Pingpp/Network": [
115         ]
116       },
117       "xcconfig": {
118         "CLANG_CXX_LIBRARY": "libstdc++"
119       }
120     },
121     {
122       "name": "One",
123       "frameworks": "QuartzCore",
124       "source_files": "lib/One/*.h",
125       "public_header_files": "lib/One/*.h",
126       "vendored_libraries": "lib/One/*.a",
127       "dependencies": {
128         "Pingpp/Core": [
130         ],
131         "Pingpp/Network": [
133         ]
134       }
135     },
136     {
137       "name": "Qgbc",
138       "vendored_libraries": "lib/Channels/Qgbc/*.a",
139       "dependencies": {
140         "Pingpp/Core": [
142         ],
143         "Pingpp/WebView": [
145         ]
146       }
147     },
148     {
149       "name": "Fqlpay",
150       "vendored_libraries": "lib/Channels/Fqlpay/*.a",
151       "dependencies": {
152         "Pingpp/Core": [
154         ],
155         "Pingpp/WebView": [
157         ]
158       }
159     },
160     {
161       "name": "Mmdpay",
162       "vendored_libraries": "lib/Channels/Mmdpay/*.a",
163       "dependencies": {
164         "Pingpp/Core": [
166         ],
167         "Pingpp/WebView": [
169         ]
170       }
171     },
172     {
173       "name": "BfbWap",
174       "vendored_libraries": "lib/Channels/BfbWap/*.a",
175       "dependencies": {
176         "Pingpp/Core": [
178         ],
179         "Pingpp/WebView": [
181         ]
182       }
183     },
184     {
185       "name": "Yeepay",
186       "vendored_libraries": "lib/Channels/Yeepay/*.a",
187       "dependencies": {
188         "Pingpp/Core": [
190         ],
191         "Pingpp/WebView": [
193         ]
194       }
195     },
196     {
197       "name": "CmbWallet",
198       "vendored_libraries": "lib/Channels/CmbWallet/*.a",
199       "ios": {
200         "vendored_frameworks": "lib/Channels/CmbWallet/cmbkeyboard.framework"
201       },
202       "resources": "lib/Channels/CmbWallet/SecreteKeyBoard",
203       "dependencies": {
204         "Pingpp/Core": [
206         ],
207         "Pingpp/WebView": [
209         ]
210       }
211     },
212     {
213       "name": "Jdpay",
214       "vendored_libraries": "lib/Channels/Jdpay/*.a",
215       "dependencies": {
216         "Pingpp/Core": [
218         ],
219         "Pingpp/WebView": [
221         ]
222       }
223     },
224     {
225       "name": "QQWallet",
226       "vendored_libraries": "lib/Channels/QQWallet/*.a",
227       "dependencies": {
228         "Pingpp/Core": [
230         ]
231       }
232     },
233     {
234       "name": "WebView",
235       "vendored_libraries": "lib/Dependencies/WebView/*.a",
236       "dependencies": {
237         "Pingpp/Core": [
239         ]
240       }
241     }
242   ]