[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.2.26 / Pingpp.podspec.json
blobcdf81254818717938db0ffbeea10caf4acdd3e91
2   "name": "Pingpp",
3   "version": "2.2.26",
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.26/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": [
77           "~> 15.5"
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": [
101           "~> 15.5"
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       "source_files": "lib/Channels/QQWallet/QQWalletSDK/*.{h,m}",
178       "public_header_files": "lib/Channels/QQWallet/QQWalletSDK/*.h",
179       "dependencies": {
180         "Pingpp/Core": [
182         ]
183       }
184     },
185     {
186       "name": "WebView",
187       "vendored_libraries": "lib/Dependencies/WebView/*.a",
188       "dependencies": {
189         "Pingpp/Core": [
191         ]
192       }
193     },
194     {
195       "name": "CcbPay",
196       "vendored_libraries": "lib/Channels/CcbPay/*.a",
197       "ios": {
198         "vendored_frameworks": "lib/Channels/CcbPay/CCBNetPaySDK.framework",
199         "libraries": "sqlite3"
200       },
201       "frameworks": "CoreTelephony",
202       "dependencies": {
203         "Pingpp/Core": [
205         ]
206       }
207     },
208     {
209       "name": "Agreement",
210       "vendored_libraries": "lib/Dependencies/Agreement/*.a",
211       "dependencies": {
212         "Pingpp/Core": [
214         ]
215       }
216     },
217     {
218       "name": "Cmpay",
219       "vendored_libraries": "lib/Channels/Cmpay/*.a",
220       "dependencies": {
221         "Pingpp/Core": [
223         ]
224       }
225     }
226   ]