[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.2.12 / Pingpp.podspec.json
blob0c7a98e445ea9358c3909446bad85fce0acf22bb
2   "name": "Pingpp",
3   "version": "2.2.12",
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://github.com/PingPlusPlus/pingpp-ios.git",
16     "tag": "2.2.12"
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       ],
45       "ios": {
46         "libraries": [
47           "c++",
48           "stdc++",
49           "z"
50         ]
51       },
52       "xcconfig": {
53         "OTHER_LDFLAGS": "-ObjC"
54       }
55     },
56     {
57       "name": "ApplePay",
58       "vendored_libraries": "lib/Channels/ApplePay/*.a",
59       "frameworks": "Passkit",
60       "dependencies": {
61         "Pingpp/Core": [
63         ]
64       }
65     },
66     {
67       "name": "Alipay",
68       "vendored_libraries": "lib/Channels/Alipay/*.a",
69       "ios": {
70         "vendored_frameworks": "lib/Channels/Alipay/AlipaySDK.framework"
71       },
72       "resources": "lib/Channels/Alipay/AlipaySDK.bundle",
73       "frameworks": [
74         "CoreMotion",
75         "CoreTelephony"
76       ],
77       "dependencies": {
78         "Pingpp/Core": [
80         ]
81       }
82     },
83     {
84       "name": "Wx",
85       "dependencies": {
86         "Pingpp/Core": [
88         ]
89       }
90     },
91     {
92       "name": "UnionPay",
93       "vendored_libraries": "lib/Channels/UnionPay/*.a",
94       "dependencies": {
95         "Pingpp/Core": [
97         ]
98       }
99     },
100     {
101       "name": "One",
102       "frameworks": "QuartzCore",
103       "source_files": "lib/One/*.h",
104       "public_header_files": "lib/One/*.h",
105       "vendored_libraries": "lib/One/*.a",
106       "dependencies": {
107         "Pingpp/Core": [
109         ]
110       }
111     },
112     {
113       "name": "Qgbc",
114       "vendored_libraries": "lib/Channels/Qgbc/*.a",
115       "dependencies": {
116         "Pingpp/Core": [
118         ],
119         "Pingpp/WebView": [
121         ]
122       }
123     },
124     {
125       "name": "Fqlpay",
126       "vendored_libraries": "lib/Channels/Fqlpay/*.a",
127       "dependencies": {
128         "Pingpp/Core": [
130         ],
131         "Pingpp/WebView": [
133         ]
134       }
135     },
136     {
137       "name": "Mmdpay",
138       "vendored_libraries": "lib/Channels/Mmdpay/*.a",
139       "dependencies": {
140         "Pingpp/Core": [
142         ],
143         "Pingpp/WebView": [
145         ]
146       }
147     },
148     {
149       "name": "BfbWap",
150       "vendored_libraries": "lib/Channels/BfbWap/*.a",
151       "dependencies": {
152         "Pingpp/Core": [
154         ],
155         "Pingpp/WebView": [
157         ]
158       }
159     },
160     {
161       "name": "Yeepay",
162       "vendored_libraries": "lib/Channels/Yeepay/*.a",
163       "dependencies": {
164         "Pingpp/Core": [
166         ],
167         "Pingpp/WebView": [
169         ]
170       }
171     },
172     {
173       "name": "CmbWallet",
174       "vendored_libraries": "lib/Channels/CmbWallet/*.a",
175       "ios": {
176         "vendored_frameworks": "lib/Channels/CmbWallet/cmbkeyboard.framework"
177       },
178       "resources": "lib/Channels/CmbWallet/SecreteKeyBoard",
179       "dependencies": {
180         "Pingpp/Core": [
182         ],
183         "Pingpp/WebView": [
185         ]
186       }
187     },
188     {
189       "name": "Jdpay",
190       "vendored_libraries": "lib/Channels/Jdpay/*.a",
191       "dependencies": {
192         "Pingpp/Core": [
194         ],
195         "Pingpp/WebView": [
197         ]
198       }
199     },
200     {
201       "name": "QQWallet",
202       "vendored_libraries": "lib/Channels/QQWallet/*.a",
203       "dependencies": {
204         "Pingpp/Core": [
206         ]
207       }
208     },
209     {
210       "name": "WebView",
211       "vendored_libraries": "lib/Dependencies/WebView/*.a",
212       "dependencies": {
213         "Pingpp/Core": [
215         ]
216       }
217     }
218   ]