[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.2.21 / Pingpp.podspec.json
blobde75c38d3bafe82f79bc2f98f3e85159cdd3a2ff
2   "name": "Pingpp",
3   "version": "2.2.21",
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     "http": "https://coding.net/u/pingplusplus/p/pingpp-assets/git/raw/master/archives/pingpp-ios/2.2.20/pingpp-ios-libs.zip",
16     "sha1": "fd5ea0fd06dbbdae38f25a81fc91ec86f7f1aac9"
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           "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       "frameworks": [
70         "CoreMotion",
71         "CoreTelephony"
72       ],
73       "dependencies": {
74         "Pingpp/Core": [
76         ],
77         "PingppAlipaySDK": [
78           "~> 15.5"
79         ]
80       }
81     },
82     {
83       "name": "CBAlipay",
84       "dependencies": {
85         "Pingpp/Alipay": [
87         ]
88       }
89     },
90     {
91       "name": "AlipayNoUTDID",
92       "vendored_libraries": "lib/Channels/Alipay/*.a",
93       "frameworks": [
94         "CoreMotion",
95         "CoreTelephony"
96       ],
97       "dependencies": {
98         "Pingpp/Core": [
100         ],
101         "PingppAlipaySDKNoUTDID": [
102           "~> 15.5"
103         ]
104       }
105     },
106     {
107       "name": "Wx",
108       "dependencies": {
109         "Pingpp/Core": [
111         ]
112       }
113     },
114     {
115       "name": "UnionPay",
116       "vendored_libraries": "lib/Channels/UnionPay/*.a",
117       "dependencies": {
118         "Pingpp/Core": [
120         ]
121       }
122     },
123     {
124       "name": "UI",
125       "frameworks": "QuartzCore",
126       "source_files": "lib/UI/*.h",
127       "public_header_files": "lib/UI/*.h",
128       "vendored_libraries": "lib/UI/*.a",
129       "dependencies": {
130         "Pingpp/Core": [
132         ]
133       }
134     },
135     {
136       "name": "BfbWap",
137       "vendored_libraries": "lib/Channels/BfbWap/*.a",
138       "dependencies": {
139         "Pingpp/Core": [
141         ],
142         "Pingpp/WebView": [
144         ]
145       }
146     },
147     {
148       "name": "Yeepay",
149       "vendored_libraries": "lib/Channels/Yeepay/*.a",
150       "dependencies": {
151         "Pingpp/Core": [
153         ],
154         "Pingpp/WebView": [
156         ]
157       }
158     },
159     {
160       "name": "CmbWallet",
161       "vendored_libraries": "lib/Channels/CmbWallet/*.a",
162       "ios": {
163         "vendored_frameworks": "lib/Channels/CmbWallet/cmbkeyboard.framework"
164       },
165       "resources": "lib/Channels/CmbWallet/SecreteKeyBoard",
166       "dependencies": {
167         "Pingpp/Core": [
169         ],
170         "Pingpp/WebView": [
172         ]
173       }
174     },
175     {
176       "name": "Jdpay",
177       "vendored_libraries": "lib/Channels/Jdpay/*.a",
178       "dependencies": {
179         "Pingpp/Core": [
181         ],
182         "Pingpp/WebView": [
184         ]
185       }
186     },
187     {
188       "name": "QQWallet",
189       "vendored_libraries": "lib/Channels/QQWallet/*.a",
190       "dependencies": {
191         "Pingpp/Core": [
193         ]
194       }
195     },
196     {
197       "name": "WebView",
198       "vendored_libraries": "lib/Dependencies/WebView/*.a",
199       "dependencies": {
200         "Pingpp/Core": [
202         ]
203       }
204     }
205   ]