[Add] AndesUI 3.149.0
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.2.27 / Pingpp.podspec.json
blob1a07f5d8bd2b95f24563859ee9b8d9ea5868cee0
2   "name": "Pingpp",
3   "version": "2.2.27",
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.27/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       "dependencies": {
108         "Pingpp/Core": [
110         ]
111       }
112     },
113     {
114       "name": "UnionPay",
115       "vendored_libraries": "lib/Channels/UnionPay/*.a",
116       "dependencies": {
117         "Pingpp/Core": [
119         ]
120       }
121     },
122     {
123       "name": "BfbWap",
124       "vendored_libraries": "lib/Channels/BfbWap/*.a",
125       "dependencies": {
126         "Pingpp/Core": [
128         ],
129         "Pingpp/WebView": [
131         ]
132       }
133     },
134     {
135       "name": "Yeepay",
136       "vendored_libraries": "lib/Channels/Yeepay/*.a",
137       "dependencies": {
138         "Pingpp/Core": [
140         ],
141         "Pingpp/WebView": [
143         ]
144       }
145     },
146     {
147       "name": "CmbWallet",
148       "vendored_libraries": "lib/Channels/CmbWallet/*.a",
149       "ios": {
150         "vendored_frameworks": "lib/Channels/CmbWallet/cmbkeyboard.framework"
151       },
152       "resources": "lib/Channels/CmbWallet/SecreteKeyBoard",
153       "dependencies": {
154         "Pingpp/Core": [
156         ],
157         "Pingpp/WebView": [
159         ]
160       }
161     },
162     {
163       "name": "Jdpay",
164       "vendored_libraries": "lib/Channels/Jdpay/*.a",
165       "dependencies": {
166         "Pingpp/Core": [
168         ],
169         "Pingpp/WebView": [
171         ]
172       }
173     },
174     {
175       "name": "QQWallet",
176       "vendored_libraries": "lib/Channels/QQWallet/*.a",
177       "public_header_files": "lib/Channels/QQWallet/QQWalletSDK/*.h",
178       "dependencies": {
179         "Pingpp/Core": [
181         ]
182       }
183     },
184     {
185       "name": "WebView",
186       "vendored_libraries": "lib/Dependencies/WebView/*.a",
187       "dependencies": {
188         "Pingpp/Core": [
190         ]
191       }
192     },
193     {
194       "name": "CcbPay",
195       "vendored_libraries": "lib/Channels/CcbPay/*.a",
196       "ios": {
197         "vendored_frameworks": "lib/Channels/CcbPay/CCBNetPaySDK.framework",
198         "libraries": "sqlite3"
199       },
200       "frameworks": "CoreTelephony",
201       "dependencies": {
202         "Pingpp/Core": [
204         ]
205       }
206     },
207     {
208       "name": "Agreement",
209       "vendored_libraries": "lib/Dependencies/Agreement/*.a",
210       "dependencies": {
211         "Pingpp/Core": [
213         ]
214       }
215     },
216     {
217       "name": "Cmpay",
218       "vendored_libraries": "lib/Channels/Cmpay/*.a",
219       "dependencies": {
220         "Pingpp/Core": [
222         ]
223       }
224     }
225   ]