[Add] NASSDK 1.4.21
[CocoaPods.git] / Specs / 6 / 4 / 1 / ZXToolbox / 1.7.2 / ZXToolbox.podspec.json
blobc9af626a4c3f534440403b8bc109db0abfbd5416
2   "name": "ZXToolbox",
3   "version": "1.7.2",
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.7.2"
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": "NSNumberFormatter+Extra",
61       "source_files": "Foundation/NSNumberFormatter+Extra/*.{h,m}",
62       "public_header_files": "Foundation/NSNumberFormatter+Extra/*.h"
63     },
64     {
65       "name": "NSObject+Extra",
66       "source_files": "Foundation/NSObject+Extra/*.{h,m}",
67       "public_header_files": "Foundation/NSObject+Extra/*.h"
68     },
69     {
70       "name": "NSString+NumberValue",
71       "source_files": "Foundation/NSString+NumberValue/*.{h,m}",
72       "public_header_files": "Foundation/NSString+NumberValue/*.h"
73     },
74     {
75       "name": "NSString+Pinyin",
76       "source_files": "Foundation/NSString+Pinyin/*.{h,m}",
77       "public_header_files": "Foundation/NSString+Pinyin/*.h"
78     },
79     {
80       "name": "NSString+Unicode",
81       "dependencies": {
82         "ZXToolbox/NSObject+Extra": [
84         ]
85       },
86       "source_files": "Foundation/NSString+Unicode/*.{h,m}",
87       "public_header_files": "Foundation/NSString+Unicode/*.h"
88     },
89     {
90       "name": "NSString+URLEncoding",
91       "source_files": "Foundation/NSString+URLEncoding/*.{h,m}",
92       "public_header_files": "Foundation/NSString+URLEncoding/*.h"
93     },
94     {
95       "name": "QRCodeGenerator",
96       "source_files": "ZXKit/QRCodeGenerator/*.{h,m}",
97       "public_header_files": "ZXKit/QRCodeGenerator/*.h"
98     },
99     {
100       "name": "QRCodeReader",
101       "source_files": "ZXKit/QRCodeReader/*.{h,m}",
102       "public_header_files": "ZXKit/QRCodeReader/*.h"
103     },
104     {
105       "name": "QRCodeScanner",
106       "source_files": "ZXKit/QRCodeScanner/*.{h,m}",
107       "public_header_files": "ZXKit/QRCodeScanner/*.h",
108       "frameworks": [
109         "AVFoundation",
110         "ImageIO"
111       ]
112     },
113     {
114       "name": "UIApplication+Extra",
115       "source_files": "UIKit/UIApplication+Extra/*.{h,m}",
116       "public_header_files": "UIKit/UIApplication+Extra/*.h"
117     },
118     {
119       "name": "UIApplicationIdleTimer",
120       "source_files": "UIKit/UIApplicationIdleTimer/*.{h,m}",
121       "public_header_files": "UIKit/UIApplicationIdleTimer/*.h"
122     },
123     {
124       "name": "UIColor+Extra",
125       "source_files": "UIKit/UIColor+Extra/*.{h,m}",
126       "public_header_files": "UIKit/UIColor+Extra/*.h"
127     },
128     {
129       "name": "UIImage+Extra",
130       "source_files": "UIKit/UIImage+Extra/*.{h,m}",
131       "public_header_files": "UIKit/UIImage+Extra/*.h",
132       "frameworks": [
133         "CoreGraphics",
134         "ImageIO"
135       ]
136     },
137     {
138       "name": "UINetworkActivityIndicator",
139       "source_files": "UIKit/UINetworkActivityIndicator/*.{h,m}",
140       "public_header_files": "UIKit/UINetworkActivityIndicator/*.h"
141     },
142     {
143       "name": "UITableViewCell+Separator",
144       "source_files": "UIKit/UITableViewCell+Separator/*.{h,m}",
145       "public_header_files": "UIKit/UITableViewCell+Separator/*.h"
146     },
147     {
148       "name": "UITextField+Extra",
149       "dependencies": {
150         "ZXToolbox/NSObject+Extra": [
152         ]
153       },
154       "source_files": "UIKit/UITextField+Extra/*.{h,m}",
155       "public_header_files": "UIKit/UITextField+Extra/*.h"
156     },
157     {
158       "name": "UIView+Snapshot",
159       "source_files": "UIKit/UIView+Snapshot/*.{h,m}",
160       "public_header_files": "UIKit/UIView+Snapshot/*.h"
161     },
162     {
163       "name": "UIViewController+Extra",
164       "source_files": "UIKit/UIViewController+Extra/*.{h,m}",
165       "public_header_files": "UIKit/UIViewController+Extra/*.h"
166     },
167     {
168       "name": "WKWebView+H5Pay",
169       "dependencies": {
170         "ZXToolbox/NSString+URLEncoding": [
172         ],
173         "ZXToolbox/JSONObject": [
175         ]
176       },
177       "source_files": "Foundation/WKWebView+H5Pay/*.{h,m}",
178       "public_header_files": "Foundation/WKWebView+H5Pay/*.h",
179       "weak_frameworks": "WebKit"
180     },
181     {
182       "name": "ZXAlertView",
183       "source_files": "ZXKit/ZXAlertView/*.{h,m}",
184       "public_header_files": "ZXKit/ZXAlertView/*.h"
185     },
186     {
187       "name": "ZXAudioDevice",
188       "source_files": "ZXKit/ZXAudioDevice/*.{h,m}",
189       "public_header_files": "ZXKit/ZXAudioDevice/*.h",
190       "frameworks": "AVFoundation"
191     },
192     {
193       "name": "ZXAuthorizationHelper",
194       "source_files": "ZXKit/ZXAuthorizationHelper/*.{h,m}",
195       "public_header_files": "ZXKit/ZXAuthorizationHelper/*.h",
196       "frameworks": [
197         "AddressBook",
198         "AssetsLibrary",
199         "AVFoundation",
200         "CoreLocation"
201       ],
202       "weak_frameworks": [
203         "Contacts",
204         "CoreTelephony",
205         "Photos"
206       ]
207     },
208     {
209       "name": "ZXBadgeLabel",
210       "source_files": "ZXKit/ZXBadgeLabel/*.{h,m}",
211       "public_header_files": "ZXKit/ZXBadgeLabel/*.h"
212     },
213     {
214       "name": "ZXBrightnessView",
215       "dependencies": {
216         "ZXToolbox/UIColor+Extra": [
218         ]
219       },
220       "source_files": "ZXKit/ZXBrightnessView/*.{h,m}",
221       "public_header_files": "ZXKit/ZXBrightnessView/*.h",
222       "resources": "ZXKit/ZXBrightnessView/ZXBrightnessView.bundle"
223     },
224     {
225       "name": "ZXCircularProgressView",
226       "source_files": "ZXKit/ZXCircularProgressView/*.{h,m}",
227       "public_header_files": "ZXKit/ZXCircularProgressView/*.h"
228     },
229     {
230       "name": "ZXCommonCrypto",
231       "source_files": "ZXKit/ZXCommonCrypto/*.{h,m}",
232       "public_header_files": "ZXKit/ZXCommonCrypto/*.h"
233     },
234     {
235       "name": "ZXDownloadManager",
236       "dependencies": {
237         "ZXToolbox/ZXCommonCrypto": [
239         ]
240       },
241       "source_files": "ZXKit/ZXDownloadManager/*.{h,m}",
242       "public_header_files": "ZXKit/ZXDownloadManager/*.h"
243     },
244     {
245       "name": "ZXDrawingView",
246       "source_files": "ZXKit/ZXDrawingView/*.{h,m}",
247       "public_header_files": "ZXKit/ZXDrawingView/*.h"
248     },
249     {
250       "name": "ZXHaloLabel",
251       "source_files": "ZXKit/ZXHaloLabel/*.{h,m}",
252       "public_header_files": "ZXKit/ZXHaloLabel/*.h"
253     },
254     {
255       "name": "ZXHTTPClient",
256       "source_files": "ZXKit/ZXHTTPClient/*.{h,m}",
257       "public_header_files": "ZXKit/ZXHTTPClient/*.h",
258       "frameworks": "Security"
259     },
260     {
261       "name": "ZXImageView",
262       "dependencies": {
263         "ZXToolbox/ZXCommonCrypto": [
265         ],
266         "ZXToolbox/ZXURLSession": [
268         ]
269       },
270       "source_files": "ZXKit/ZXImageView/*.{h,m}",
271       "public_header_files": "ZXKit/ZXImageView/*.h"
272     },
273     {
274       "name": "ZXLineChartView",
275       "source_files": "ZXKit/ZXLineChartView/*.{h,m}",
276       "public_header_files": "ZXKit/ZXLineChartView/*.h"
277     },
278     {
279       "name": "ZXNavigationController",
280       "source_files": "ZXKit/ZXNavigationController/*.{h,m}",
281       "public_header_files": "ZXKit/ZXNavigationController/*.h"
282     },
283     {
284       "name": "ZXNetworkTrafficMonitor",
285       "source_files": "ZXKit/ZXNetworkTrafficMonitor/*.{h,m}",
286       "public_header_files": "ZXKit/ZXNetworkTrafficMonitor/*.h"
287     },
288     {
289       "name": "ZXPageIndicatorView",
290       "source_files": "ZXKit/ZXPageIndicatorView/*.{h,m}",
291       "public_header_files": "ZXKit/ZXPageIndicatorView/*.h"
292     },
293     {
294       "name": "ZXPageView",
295       "dependencies": {
296         "ZXToolbox/NSObject+Extra": [
298         ]
299       },
300       "source_files": "ZXKit/ZXPageView/*.{h,m}",
301       "public_header_files": "ZXKit/ZXPageView/*.h"
302     },
303     {
304       "name": "ZXPhotoLibrary",
305       "source_files": "ZXKit/ZXPhotoLibrary/*.{h,m}",
306       "public_header_files": "ZXKit/ZXPhotoLibrary/*.h",
307       "frameworks": [
308         "AssetsLibrary",
309         "CoreGraphics",
310         "ImageIO"
311       ],
312       "weak_frameworks": "Photos"
313     },
314     {
315       "name": "ZXPlayerViewController",
316       "dependencies": {
317         "ZXToolbox/NSObject+Extra": [
319         ],
320         "ZXToolbox/UIViewController+Extra": [
322         ],
323         "ZXToolbox/ZXBrightnessView": [
325         ]
326       },
327       "source_files": "ZXKit/ZXPlayerViewController/*.{h,m}",
328       "public_header_files": "ZXKit/ZXPlayerViewController/*.h",
329       "frameworks": [
330         "AVFoundation",
331         "MediaPlayer"
332       ]
333     },
334     {
335       "name": "ZXPopoverView",
336       "source_files": "ZXKit/ZXPopoverView/*.{h,m}",
337       "public_header_files": "ZXKit/ZXPopoverView/*.h"
338     },
339     {
340       "name": "ZXPopoverWindow",
341       "source_files": "ZXKit/ZXPopoverWindow/*.{h,m}",
342       "public_header_files": "ZXKit/ZXPopoverWindow/*.h"
343     },
344     {
345       "name": "ZXRefreshView",
346       "dependencies": {
347         "ZXToolbox/ZXCircularProgressView": [
349         ]
350       },
351       "source_files": "ZXKit/ZXRefreshView/*.{h,m}",
352       "public_header_files": "ZXKit/ZXRefreshView/*.h"
353     },
354     {
355       "name": "ZXScriptMessageHandler",
356       "platforms": {
357         "ios": "8.0"
358       },
359       "source_files": "ZXKit/ZXScriptMessageHandler/*.{h,m}",
360       "public_header_files": "ZXKit/ZXScriptMessageHandler/*.h",
361       "frameworks": "WebKit"
362     },
363     {
364       "name": "ZXScrollLabel",
365       "source_files": "ZXKit/ZXScrollLabel/*.{h,m}",
366       "public_header_files": "ZXKit/ZXScrollLabel/*.h"
367     },
368     {
369       "name": "ZXTabBarController",
370       "source_files": "ZXKit/ZXTabBarController/*.{h,m}",
371       "public_header_files": "ZXKit/ZXTabBarController/*.h"
372     },
373     {
374       "name": "ZXTagView",
375       "source_files": "ZXKit/ZXTagView/*.{h,m}",
376       "public_header_files": "ZXKit/ZXTagView/*.h"
377     },
378     {
379       "name": "ZXToastView",
380       "source_files": "ZXKit/ZXToastView/*.{h,m}",
381       "public_header_files": "ZXKit/ZXToastView/*.h"
382     },
383     {
384       "name": "ZXURLProtocol",
385       "source_files": "ZXKit/ZXURLProtocol/*.{h,m}",
386       "public_header_files": "ZXKit/ZXURLProtocol/*.h",
387       "frameworks": [
388         "CoreFoundation",
389         "MobileCoreServices"
390       ]
391     },
392     {
393       "name": "ZXURLSession",
394       "source_files": "ZXKit/ZXURLSession/*.{h,m}",
395       "public_header_files": "ZXKit/ZXURLSession/*.h"
396     }
397   ]