[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.2.20 / Pingpp.podspec.json
blobf92d673f3687a7931ee167f7caa3966e9591dbf9
2   "name": "Pingpp",
3   "version": "2.2.20",
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           "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       "frameworks": [
71         "CoreMotion",
72         "CoreTelephony"
73       ],
74       "dependencies": {
75         "Pingpp/Core": [
77         ],
78         "PingppAlipaySDK": [
79           "~> 15.5"
80         ]
81       }
82     },
83     {
84       "name": "CBAlipay",
85       "dependencies": {
86         "Pingpp/Alipay": [
88         ]
89       }
90     },
91     {
92       "name": "AlipayNoUTDID",
93       "vendored_libraries": "lib/Channels/Alipay/*.a",
94       "frameworks": [
95         "CoreMotion",
96         "CoreTelephony"
97       ],
98       "dependencies": {
99         "Pingpp/Core": [
101         ],
102         "PingppAlipaySDKNoUTDID": [
103           "~> 15.5"
104         ]
105       }
106     },
107     {
108       "name": "Wx",
109       "dependencies": {
110         "Pingpp/Core": [
112         ]
113       }
114     },
115     {
116       "name": "UnionPay",
117       "vendored_libraries": "lib/Channels/UnionPay/*.a",
118       "dependencies": {
119         "Pingpp/Core": [
121         ]
122       }
123     },
124     {
125       "name": "UI",
126       "frameworks": "QuartzCore",
127       "source_files": "lib/UI/*.h",
128       "public_header_files": "lib/UI/*.h",
129       "vendored_libraries": "lib/UI/*.a",
130       "dependencies": {
131         "Pingpp/Core": [
133         ]
134       }
135     },
136     {
137       "name": "BfbWap",
138       "vendored_libraries": "lib/Channels/BfbWap/*.a",
139       "dependencies": {
140         "Pingpp/Core": [
142         ],
143         "Pingpp/WebView": [
145         ]
146       }
147     },
148     {
149       "name": "Yeepay",
150       "vendored_libraries": "lib/Channels/Yeepay/*.a",
151       "dependencies": {
152         "Pingpp/Core": [
154         ],
155         "Pingpp/WebView": [
157         ]
158       }
159     },
160     {
161       "name": "CmbWallet",
162       "vendored_libraries": "lib/Channels/CmbWallet/*.a",
163       "ios": {
164         "vendored_frameworks": "lib/Channels/CmbWallet/cmbkeyboard.framework"
165       },
166       "resources": "lib/Channels/CmbWallet/SecreteKeyBoard",
167       "dependencies": {
168         "Pingpp/Core": [
170         ],
171         "Pingpp/WebView": [
173         ]
174       }
175     },
176     {
177       "name": "Jdpay",
178       "vendored_libraries": "lib/Channels/Jdpay/*.a",
179       "dependencies": {
180         "Pingpp/Core": [
182         ],
183         "Pingpp/WebView": [
185         ]
186       }
187     },
188     {
189       "name": "QQWallet",
190       "vendored_libraries": "lib/Channels/QQWallet/*.a",
191       "dependencies": {
192         "Pingpp/Core": [
194         ]
195       }
196     },
197     {
198       "name": "WebView",
199       "vendored_libraries": "lib/Dependencies/WebView/*.a",
200       "dependencies": {
201         "Pingpp/Core": [
203         ]
204       }
205     }
206   ]