[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.2.6 / Pingpp.podspec.json
blobaaa3a8271ed2f0a37896ae3dc5f561bef8cb6dcc
2   "name": "Pingpp",
3   "version": "2.2.6",
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.6"
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": "Bfb",
98       "frameworks": [
99         "CoreTelephony",
100         "AddressBook",
101         "AddressBookUI",
102         "AudioToolbox",
103         "CoreAudio",
104         "CoreGraphics",
105         "ImageIO",
106         "MapKit",
107         "MessageUI",
108         "MobileCoreServices",
109         "QuartzCore"
110       ],
111       "public_header_files": "lib/Channels/Bfb/Dependencies/**/*.h",
112       "source_files": "lib/Channels/Bfb/Dependencies/**/*.h",
113       "resources": "lib/Channels/Bfb/*.bundle",
114       "vendored_libraries": "lib/Channels/Bfb/**/*.a",
115       "dependencies": {
116         "Pingpp/Core": [
118         ]
119       }
120     },
121     {
122       "name": "Network",
123       "source_files": "lib/Dependencies/Network/*.h",
124       "public_header_files": "lib/Dependencies/Network/*.h",
125       "vendored_libraries": "lib/Dependencies/Network/*.a"
126     },
127     {
128       "name": "Cnp",
129       "frameworks": "AudioToolbox",
130       "source_files": "lib/Channels/Cnp/*.h",
131       "public_header_files": "lib/Channels/Cnp/*.h",
132       "vendored_libraries": "lib/Channels/Cnp/*.a",
133       "resources": "lib/Channels/Cnp/*.bundle",
134       "dependencies": {
135         "Pingpp/Core": [
137         ],
138         "Pingpp/Network": [
140         ]
141       },
142       "xcconfig": {
143         "CLANG_CXX_LIBRARY": "libstdc++"
144       }
145     },
146     {
147       "name": "One",
148       "frameworks": "QuartzCore",
149       "source_files": "lib/One/*.h",
150       "public_header_files": "lib/One/*.h",
151       "vendored_libraries": "lib/One/*.a",
152       "dependencies": {
153         "Pingpp/Core": [
155         ],
156         "Pingpp/Network": [
158         ]
159       }
160     },
161     {
162       "name": "Qgbc",
163       "vendored_libraries": "lib/Channels/Qgbc/*.a",
164       "dependencies": {
165         "Pingpp/Core": [
167         ],
168         "Pingpp/WebView": [
170         ]
171       }
172     },
173     {
174       "name": "Fqlpay",
175       "vendored_libraries": "lib/Channels/Fqlpay/*.a",
176       "dependencies": {
177         "Pingpp/Core": [
179         ],
180         "Pingpp/WebView": [
182         ]
183       }
184     },
185     {
186       "name": "Mmdpay",
187       "vendored_libraries": "lib/Channels/Mmdpay/*.a",
188       "dependencies": {
189         "Pingpp/Core": [
191         ],
192         "Pingpp/WebView": [
194         ]
195       }
196     },
197     {
198       "name": "BfbWap",
199       "vendored_libraries": "lib/Channels/BfbWap/*.a",
200       "dependencies": {
201         "Pingpp/Core": [
203         ],
204         "Pingpp/WebView": [
206         ]
207       }
208     },
209     {
210       "name": "Yeepay",
211       "vendored_libraries": "lib/Channels/Yeepay/*.a",
212       "dependencies": {
213         "Pingpp/Core": [
215         ],
216         "Pingpp/WebView": [
218         ]
219       }
220     },
221     {
222       "name": "CmbWallet",
223       "vendored_libraries": "lib/Channels/CmbWallet/*.a",
224       "ios": {
225         "vendored_frameworks": "lib/Channels/CmbWallet/cmbkeyboard.framework"
226       },
227       "resources": "lib/Channels/CmbWallet/SecreteKeyBoard",
228       "dependencies": {
229         "Pingpp/Core": [
231         ],
232         "Pingpp/WebView": [
234         ]
235       }
236     },
237     {
238       "name": "WebView",
239       "vendored_libraries": "lib/Dependencies/WebView/*.a",
240       "dependencies": {
241         "Pingpp/Core": [
243         ]
244       }
245     }
246   ]