[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 6 / 4 / 1 / ZXToolbox / 1.5.9 / ZXToolbox.podspec.json
blobacb5580be45980c0bf3ba1cbc7b3f3744517ee84
2   "name": "ZXToolbox",
3   "version": "1.5.9",
4   "summary": "Development kit for iOS",
5   "description": "Development kit for iOS.",
6   "homepage": "https://github.com/xinyzhao/ZXToolbox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xinyzhao": "xinyzhao@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/xinyzhao/ZXToolbox.git",
19     "tag": "1.5.9"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "source_files": "ZXToolbox.h",
27   "public_header_files": "ZXToolbox.h",
28   "subspecs": [
29     {
30       "name": "Base64Encoding",
31       "source_files": "Foundation/Base64Encoding/*.{h,m}",
32       "public_header_files": "Foundation/Base64Encoding/*.h"
33     },
34     {
35       "name": "JSONObject",
36       "source_files": "Foundation/JSONObject/*.{h,m}",
37       "public_header_files": "Foundation/JSONObject/*.h"
38     },
39     {
40       "name": "NSArray+Extra",
41       "source_files": "Foundation/NSArray+Extra/*.{h,m}",
42       "public_header_files": "Foundation/NSArray+Extra/*.h"
43     },
44     {
45       "name": "NSDate+Extra",
46       "source_files": "Foundation/NSDate+Extra/*.{h,m}",
47       "public_header_files": "Foundation/NSDate+Extra/*.h"
48     },
49     {
50       "name": "NSFileManager+Extra",
51       "source_files": "Foundation/NSFileManager+Extra/*.{h,m}",
52       "public_header_files": "Foundation/NSFileManager+Extra/*.h"
53     },
54     {
55       "name": "NSLog+Extra",
56       "source_files": "Foundation/NSLog+Extra/*.{h,m}",
57       "public_header_files": "Foundation/NSLog+Extra/*.h"
58     },
59     {
60       "name": "NSObject+Extra",
61       "source_files": "Foundation/NSObject+Extra/*.{h,m}",
62       "public_header_files": "Foundation/NSObject+Extra/*.h"
63     },
64     {
65       "name": "NSString+NumberValue",
66       "source_files": "Foundation/NSString+NumberValue/*.{h,m}",
67       "public_header_files": "Foundation/NSString+NumberValue/*.h"
68     },
69     {
70       "name": "NSString+Pinyin",
71       "source_files": "Foundation/NSString+Pinyin/*.{h,m}",
72       "public_header_files": "Foundation/NSString+Pinyin/*.h"
73     },
74     {
75       "name": "NSString+Unicode",
76       "dependencies": {
77         "ZXToolbox/NSObject+Extra": [
79         ]
80       },
81       "source_files": "Foundation/NSString+Unicode/*.{h,m}",
82       "public_header_files": "Foundation/NSString+Unicode/*.h"
83     },
84     {
85       "name": "NSString+URLEncoding",
86       "source_files": "Foundation/NSString+URLEncoding/*.{h,m}",
87       "public_header_files": "Foundation/NSString+URLEncoding/*.h"
88     },
89     {
90       "name": "QRCodeGenerator",
91       "source_files": "ZXKit/QRCodeGenerator/*.{h,m}",
92       "public_header_files": "ZXKit/QRCodeGenerator/*.h"
93     },
94     {
95       "name": "QRCodeReader",
96       "source_files": "ZXKit/QRCodeReader/*.{h,m}",
97       "public_header_files": "ZXKit/QRCodeReader/*.h"
98     },
99     {
100       "name": "QRCodeScanner",
101       "source_files": "ZXKit/QRCodeScanner/*.{h,m}",
102       "public_header_files": "ZXKit/QRCodeScanner/*.h",
103       "frameworks": [
104         "AVFoundation",
105         "ImageIO"
106       ]
107     },
108     {
109       "name": "UIApplication+Extra",
110       "source_files": "UIKit/UIApplication+Extra/*.{h,m}",
111       "public_header_files": "UIKit/UIApplication+Extra/*.h"
112     },
113     {
114       "name": "UIApplicationIdleTimer",
115       "source_files": "UIKit/UIApplicationIdleTimer/*.{h,m}",
116       "public_header_files": "UIKit/UIApplicationIdleTimer/*.h"
117     },
118     {
119       "name": "UIColor+Extra",
120       "source_files": "UIKit/UIColor+Extra/*.{h,m}",
121       "public_header_files": "UIKit/UIColor+Extra/*.h"
122     },
123     {
124       "name": "UIImage+Extra",
125       "source_files": "UIKit/UIImage+Extra/*.{h,m}",
126       "public_header_files": "UIKit/UIImage+Extra/*.h",
127       "frameworks": [
128         "CoreGraphics",
129         "ImageIO"
130       ]
131     },
132     {
133       "name": "UINetworkActivityIndicator",
134       "source_files": "UIKit/UINetworkActivityIndicator/*.{h,m}",
135       "public_header_files": "UIKit/UINetworkActivityIndicator/*.h"
136     },
137     {
138       "name": "UITableViewCell+Separator",
139       "source_files": "UIKit/UITableViewCell+Separator/*.{h,m}",
140       "public_header_files": "UIKit/UITableViewCell+Separator/*.h"
141     },
142     {
143       "name": "UITextField+Extra",
144       "source_files": "UIKit/UITextField+Extra/*.{h,m}",
145       "public_header_files": "UIKit/UITextField+Extra/*.h"
146     },
147     {
148       "name": "UIView+Snapshot",
149       "source_files": "UIKit/UIView+Snapshot/*.{h,m}",
150       "public_header_files": "UIKit/UIView+Snapshot/*.h"
151     },
152     {
153       "name": "UIViewController+Extra",
154       "source_files": "UIKit/UIViewController+Extra/*.{h,m}",
155       "public_header_files": "UIKit/UIViewController+Extra/*.h"
156     },
157     {
158       "name": "WKWebView+H5Pay",
159       "dependencies": {
160         "ZXToolbox/NSString+URLEncoding": [
162         ],
163         "ZXToolbox/JSONObject": [
165         ]
166       },
167       "source_files": "Foundation/WKWebView+H5Pay/*.{h,m}",
168       "public_header_files": "Foundation/WKWebView+H5Pay/*.h",
169       "weak_frameworks": "WebKit"
170     },
171     {
172       "name": "ZXAlertView",
173       "source_files": "ZXKit/ZXAlertView/*.{h,m}",
174       "public_header_files": "ZXKit/ZXAlertView/*.h"
175     },
176     {
177       "name": "ZXAudioDevice",
178       "source_files": "ZXKit/ZXAudioDevice/*.{h,m}",
179       "public_header_files": "ZXKit/ZXAudioDevice/*.h",
180       "frameworks": "AVFoundation"
181     },
182     {
183       "name": "ZXAuthorizationHelper",
184       "source_files": "ZXKit/ZXAuthorizationHelper/*.{h,m}",
185       "public_header_files": "ZXKit/ZXAuthorizationHelper/*.h",
186       "frameworks": [
187         "AddressBook",
188         "AssetsLibrary",
189         "AVFoundation",
190         "CoreLocation"
191       ],
192       "weak_frameworks": [
193         "Contacts",
194         "CoreTelephony",
195         "Photos"
196       ]
197     },
198     {
199       "name": "ZXBadgeLabel",
200       "source_files": "ZXKit/ZXBadgeLabel/*.{h,m}",
201       "public_header_files": "ZXKit/ZXBadgeLabel/*.h"
202     },
203     {
204       "name": "ZXBrightnessView",
205       "dependencies": {
206         "ZXToolbox/UIColor+Extra": [
208         ]
209       },
210       "source_files": "ZXKit/ZXBrightnessView/*.{h,m}",
211       "public_header_files": "ZXKit/ZXBrightnessView/*.h",
212       "resources": "ZXKit/ZXBrightnessView/ZXBrightnessView.bundle"
213     },
214     {
215       "name": "ZXCircularProgressView",
216       "source_files": "ZXKit/ZXCircularProgressView/*.{h,m}",
217       "public_header_files": "ZXKit/ZXCircularProgressView/*.h"
218     },
219     {
220       "name": "ZXCommonCrypto",
221       "source_files": "ZXKit/ZXCommonCrypto/*.{h,m}",
222       "public_header_files": "ZXKit/ZXCommonCrypto/*.h"
223     },
224     {
225       "name": "ZXDownloadManager",
226       "dependencies": {
227         "ZXToolbox/ZXCommonCrypto": [
229         ]
230       },
231       "source_files": "ZXKit/ZXDownloadManager/*.{h,m}",
232       "public_header_files": "ZXKit/ZXDownloadManager/*.h"
233     },
234     {
235       "name": "ZXDrawingView",
236       "source_files": "ZXKit/ZXDrawingView/*.{h,m}",
237       "public_header_files": "ZXKit/ZXDrawingView/*.h"
238     },
239     {
240       "name": "ZXHaloLabel",
241       "source_files": "ZXKit/ZXHaloLabel/*.{h,m}",
242       "public_header_files": "ZXKit/ZXHaloLabel/*.h"
243     },
244     {
245       "name": "ZXHTTPClient",
246       "source_files": "ZXKit/ZXHTTPClient/*.{h,m}",
247       "public_header_files": "ZXKit/ZXHTTPClient/*.h",
248       "frameworks": "Security"
249     },
250     {
251       "name": "ZXImageView",
252       "dependencies": {
253         "ZXToolbox/ZXCommonCrypto": [
255         ],
256         "ZXToolbox/ZXURLSession": [
258         ]
259       },
260       "source_files": "ZXKit/ZXImageView/*.{h,m}",
261       "public_header_files": "ZXKit/ZXImageView/*.h"
262     },
263     {
264       "name": "ZXLineChartView",
265       "source_files": "ZXKit/ZXLineChartView/*.{h,m}",
266       "public_header_files": "ZXKit/ZXLineChartView/*.h"
267     },
268     {
269       "name": "ZXNavigationController",
270       "source_files": "ZXKit/ZXNavigationController/*.{h,m}",
271       "public_header_files": "ZXKit/ZXNavigationController/*.h"
272     },
273     {
274       "name": "ZXNetworkTrafficMonitor",
275       "source_files": "ZXKit/ZXNetworkTrafficMonitor/*.{h,m}",
276       "public_header_files": "ZXKit/ZXNetworkTrafficMonitor/*.h"
277     },
278     {
279       "name": "ZXPageIndicatorView",
280       "source_files": "ZXKit/ZXPageIndicatorView/*.{h,m}",
281       "public_header_files": "ZXKit/ZXPageIndicatorView/*.h"
282     },
283     {
284       "name": "ZXPageView",
285       "source_files": "ZXKit/ZXPageView/*.{h,m}",
286       "public_header_files": "ZXKit/ZXPageView/*.h"
287     },
288     {
289       "name": "ZXPhotoLibrary",
290       "source_files": "ZXKit/ZXPhotoLibrary/*.{h,m}",
291       "public_header_files": "ZXKit/ZXPhotoLibrary/*.h",
292       "frameworks": [
293         "AssetsLibrary",
294         "CoreGraphics",
295         "ImageIO"
296       ],
297       "weak_frameworks": "Photos"
298     },
299     {
300       "name": "ZXPlayerViewController",
301       "dependencies": {
302         "ZXToolbox/NSObject+Extra": [
304         ],
305         "ZXToolbox/UIViewController+Extra": [
307         ],
308         "ZXToolbox/ZXBrightnessView": [
310         ]
311       },
312       "source_files": "ZXKit/ZXPlayerViewController/*.{h,m}",
313       "public_header_files": "ZXKit/ZXPlayerViewController/*.h",
314       "frameworks": [
315         "AVFoundation",
316         "MediaPlayer"
317       ]
318     },
319     {
320       "name": "ZXPopoverView",
321       "source_files": "ZXKit/ZXPopoverView/*.{h,m}",
322       "public_header_files": "ZXKit/ZXPopoverView/*.h"
323     },
324     {
325       "name": "ZXPopoverWindow",
326       "source_files": "ZXKit/ZXPopoverWindow/*.{h,m}",
327       "public_header_files": "ZXKit/ZXPopoverWindow/*.h"
328     },
329     {
330       "name": "ZXRefreshView",
331       "dependencies": {
332         "ZXToolbox/ZXCircularProgressView": [
334         ]
335       },
336       "source_files": "ZXKit/ZXRefreshView/*.{h,m}",
337       "public_header_files": "ZXKit/ZXRefreshView/*.h"
338     },
339     {
340       "name": "ZXScriptMessageHandler",
341       "platforms": {
342         "ios": "8.0"
343       },
344       "source_files": "ZXKit/ZXScriptMessageHandler/*.{h,m}",
345       "public_header_files": "ZXKit/ZXScriptMessageHandler/*.h",
346       "frameworks": "WebKit"
347     },
348     {
349       "name": "ZXScrollLabel",
350       "source_files": "ZXKit/ZXScrollLabel/*.{h,m}",
351       "public_header_files": "ZXKit/ZXScrollLabel/*.h"
352     },
353     {
354       "name": "ZXTabBarController",
355       "source_files": "ZXKit/ZXTabBarController/*.{h,m}",
356       "public_header_files": "ZXKit/ZXTabBarController/*.h"
357     },
358     {
359       "name": "ZXTagView",
360       "source_files": "ZXKit/ZXTagView/*.{h,m}",
361       "public_header_files": "ZXKit/ZXTagView/*.h"
362     },
363     {
364       "name": "ZXToastView",
365       "source_files": "ZXKit/ZXToastView/*.{h,m}",
366       "public_header_files": "ZXKit/ZXToastView/*.h"
367     },
368     {
369       "name": "ZXURLProtocol",
370       "source_files": "ZXKit/ZXURLProtocol/*.{h,m}",
371       "public_header_files": "ZXKit/ZXURLProtocol/*.h",
372       "frameworks": [
373         "CoreFoundation",
374         "MobileCoreServices"
375       ]
376     },
377     {
378       "name": "ZXURLSession",
379       "source_files": "ZXKit/ZXURLSession/*.{h,m}",
380       "public_header_files": "ZXKit/ZXURLSession/*.h"
381     }
382   ]