[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.2.17 / Pingpp.podspec.json
blob6b2f56d73df5105bba1378a05ba308553d31b1f3
2   "name": "Pingpp",
3   "version": "2.2.17",
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": "7.0"
13   },
14   "source": {
15     "git": "https://git.coding.net/pingplusplus/pingpp-ios.git",
16     "tag": "2.2.17"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Core",
21     "Alipay",
22     "UnionPay"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "lib/*.h",
29         "lib/Dependencies/Network/*.h"
30       ],
31       "public_header_files": [
32         "lib/*.h",
33         "lib/Dependencies/Network/*.h"
34       ],
35       "vendored_libraries": [
36         "lib/*.a",
37         "lib/Dependencies/Network/*.a"
38       ],
39       "resources": "lib/*.bundle",
40       "frameworks": [
41         "CFNetwork",
42         "SystemConfiguration",
43         "Security",
44         "CoreLocation"
45       ],
46       "ios": {
47         "libraries": [
48           "c++",
49           "stdc++",
50           "z"
51         ]
52       },
53       "xcconfig": {
54         "OTHER_LDFLAGS": "-ObjC"
55       }
56     },
57     {
58       "name": "ApplePay",
59       "vendored_libraries": "lib/Channels/ApplePay/*.a",
60       "frameworks": "Passkit",
61       "dependencies": {
62         "Pingpp/Core": [
64         ]
65       }
66     },
67     {
68       "name": "Alipay",
69       "vendored_libraries": "lib/Channels/Alipay/*.a",
70       "ios": {
71         "vendored_frameworks": "lib/Channels/Alipay/AlipaySDK.framework"
72       },
73       "resources": "lib/Channels/Alipay/AlipaySDK.bundle",
74       "frameworks": [
75         "CoreMotion",
76         "CoreTelephony"
77       ],
78       "dependencies": {
79         "Pingpp/Core": [
81         ]
82       }
83     },
84     {
85       "name": "Wx",
86       "dependencies": {
87         "Pingpp/Core": [
89         ]
90       }
91     },
92     {
93       "name": "UnionPay",
94       "vendored_libraries": "lib/Channels/UnionPay/*.a",
95       "dependencies": {
96         "Pingpp/Core": [
98         ]
99       }
100     },
101     {
102       "name": "One",
103       "frameworks": "QuartzCore",
104       "source_files": "lib/One/*.h",
105       "public_header_files": "lib/One/*.h",
106       "vendored_libraries": "lib/One/*.a",
107       "dependencies": {
108         "Pingpp/Core": [
110         ]
111       }
112     },
113     {
114       "name": "Qgbc",
115       "vendored_libraries": "lib/Channels/Qgbc/*.a",
116       "dependencies": {
117         "Pingpp/Core": [
119         ],
120         "Pingpp/WebView": [
122         ]
123       }
124     },
125     {
126       "name": "Fqlpay",
127       "vendored_libraries": "lib/Channels/Fqlpay/*.a",
128       "dependencies": {
129         "Pingpp/Core": [
131         ],
132         "Pingpp/WebView": [
134         ]
135       }
136     },
137     {
138       "name": "Mmdpay",
139       "vendored_libraries": "lib/Channels/Mmdpay/*.a",
140       "dependencies": {
141         "Pingpp/Core": [
143         ],
144         "Pingpp/WebView": [
146         ]
147       }
148     },
149     {
150       "name": "BfbWap",
151       "vendored_libraries": "lib/Channels/BfbWap/*.a",
152       "dependencies": {
153         "Pingpp/Core": [
155         ],
156         "Pingpp/WebView": [
158         ]
159       }
160     },
161     {
162       "name": "Yeepay",
163       "vendored_libraries": "lib/Channels/Yeepay/*.a",
164       "dependencies": {
165         "Pingpp/Core": [
167         ],
168         "Pingpp/WebView": [
170         ]
171       }
172     },
173     {
174       "name": "CmbWallet",
175       "vendored_libraries": "lib/Channels/CmbWallet/*.a",
176       "ios": {
177         "vendored_frameworks": "lib/Channels/CmbWallet/cmbkeyboard.framework"
178       },
179       "resources": "lib/Channels/CmbWallet/SecreteKeyBoard",
180       "dependencies": {
181         "Pingpp/Core": [
183         ],
184         "Pingpp/WebView": [
186         ]
187       }
188     },
189     {
190       "name": "Jdpay",
191       "vendored_libraries": "lib/Channels/Jdpay/*.a",
192       "dependencies": {
193         "Pingpp/Core": [
195         ],
196         "Pingpp/WebView": [
198         ]
199       }
200     },
201     {
202       "name": "QQWallet",
203       "vendored_libraries": "lib/Channels/QQWallet/*.a",
204       "dependencies": {
205         "Pingpp/Core": [
207         ]
208       }
209     },
210     {
211       "name": "WebView",
212       "vendored_libraries": "lib/Dependencies/WebView/*.a",
213       "dependencies": {
214         "Pingpp/Core": [
216         ]
217       }
218     }
219   ]