[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.2.29 / Pingpp.podspec.json
blobaa35fb38e1be27d2ab417430859f1b8373334e19
2   "name": "Pingpp",
3   "version": "2.2.29",
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": "10.0"
13   },
14   "source": {
15     "http": "https://sdk-assets.oss-cn-shanghai.aliyuncs.com/pingpp/2.2.29/pingpp-ios-libs.zip"
16   },
17   "requires_arc": true,
18   "default_subspecs": [
19     "Core",
20     "Alipay",
21     "UnionPay"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "lib/*.h",
28         "lib/Dependencies/Network/*.h"
29       ],
30       "public_header_files": [
31         "lib/*.h",
32         "lib/Dependencies/Network/*.h"
33       ],
34       "vendored_libraries": [
35         "lib/*.a",
36         "lib/Dependencies/Network/*.a"
37       ],
38       "resources": "lib/*.bundle",
39       "frameworks": [
40         "CFNetwork",
41         "SystemConfiguration",
42         "Security",
43         "CoreLocation"
44       ],
45       "ios": {
46         "libraries": [
47           "c++",
48           "z"
49         ]
50       },
51       "xcconfig": {
52         "OTHER_LDFLAGS": "-ObjC"
53       }
54     },
55     {
56       "name": "ApplePay",
57       "vendored_libraries": "lib/Channels/ApplePay/*.a",
58       "frameworks": "PassKit",
59       "dependencies": {
60         "Pingpp/Core": [
62         ]
63       }
64     },
65     {
66       "name": "Alipay",
67       "vendored_libraries": "lib/Channels/Alipay/*.a",
68       "frameworks": [
69         "CoreMotion",
70         "CoreTelephony"
71       ],
72       "dependencies": {
73         "Pingpp/Core": [
75         ],
76         "PingppAlipaySDK": [
78         ]
79       }
80     },
81     {
82       "name": "CBAlipay",
83       "dependencies": {
84         "Pingpp/Alipay": [
86         ]
87       }
88     },
89     {
90       "name": "AlipayNoUTDID",
91       "vendored_libraries": "lib/Channels/Alipay/*.a",
92       "frameworks": [
93         "CoreMotion",
94         "CoreTelephony"
95       ],
96       "dependencies": {
97         "Pingpp/Core": [
99         ],
100         "PingppAlipaySDKNoUTDID": [
102         ]
103       }
104     },
105     {
106       "name": "Wx",
107       "vendored_libraries": "lib/Channels/Wx/*.a",
108       "dependencies": {
109         "Pingpp/Core": [
111         ],
112         "WechatOpenSDK": [
114         ]
115       }
116     },
117     {
118       "name": "UnionPay",
119       "vendored_libraries": "lib/Channels/UnionPay/*.a",
120       "dependencies": {
121         "Pingpp/Core": [
123         ]
124       }
125     },
126     {
127       "name": "BfbWap",
128       "vendored_libraries": "lib/Channels/BfbWap/*.a",
129       "dependencies": {
130         "Pingpp/Core": [
132         ],
133         "Pingpp/WebView": [
135         ]
136       }
137     },
138     {
139       "name": "Yeepay",
140       "vendored_libraries": "lib/Channels/Yeepay/*.a",
141       "dependencies": {
142         "Pingpp/Core": [
144         ],
145         "Pingpp/WebView": [
147         ]
148       }
149     },
150     {
151       "name": "CmbWallet",
152       "vendored_libraries": "lib/Channels/CmbWallet/*.a",
153       "ios": {
154         "vendored_frameworks": "lib/Channels/CmbWallet/cmbkeyboard.framework"
155       },
156       "resources": "lib/Channels/CmbWallet/SecreteKeyBoard",
157       "dependencies": {
158         "Pingpp/Core": [
160         ],
161         "Pingpp/WebView": [
163         ]
164       }
165     },
166     {
167       "name": "Jdpay",
168       "vendored_libraries": "lib/Channels/Jdpay/*.a",
169       "dependencies": {
170         "Pingpp/Core": [
172         ],
173         "Pingpp/WebView": [
175         ]
176       }
177     },
178     {
179       "name": "QQWallet",
180       "vendored_libraries": "lib/Channels/QQWallet/*.a",
181       "public_header_files": "lib/Channels/QQWallet/QQWalletSDK/*.h",
182       "dependencies": {
183         "Pingpp/Core": [
185         ]
186       }
187     },
188     {
189       "name": "WebView",
190       "vendored_libraries": "lib/Dependencies/WebView/*.a",
191       "dependencies": {
192         "Pingpp/Core": [
194         ]
195       }
196     },
197     {
198       "name": "CcbPay",
199       "vendored_libraries": "lib/Channels/CcbPay/*.a",
200       "ios": {
201         "vendored_frameworks": "lib/Channels/CcbPay/CCBNetPaySDK.framework",
202         "libraries": "sqlite3"
203       },
204       "frameworks": "CoreTelephony",
205       "dependencies": {
206         "Pingpp/Core": [
208         ]
209       }
210     },
211     {
212       "name": "Agreement",
213       "vendored_libraries": "lib/Dependencies/Agreement/*.a",
214       "dependencies": {
215         "Pingpp/Core": [
217         ]
218       }
219     },
220     {
221       "name": "Cmpay",
222       "vendored_libraries": "lib/Channels/Cmpay/*.a",
223       "dependencies": {
224         "Pingpp/Core": [
226         ]
227       }
228     }
229   ]