[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 6 / 4 / 1 / ZXToolbox / 1.9.4 / ZXToolbox.podspec.json
blobefa93d64ab6d0777cf05f64dcb6e2203b82d8e10
2   "name": "ZXToolbox",
3   "version": "1.9.4",
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.9.4"
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+ZXToolbox",
41       "source_files": "Foundation/NSArray+ZXToolbox/*.{h,m}",
42       "public_header_files": "Foundation/NSArray+ZXToolbox/*.h"
43     },
44     {
45       "name": "NSDate+ZXToolbox",
46       "source_files": "Foundation/NSDate+ZXToolbox/*.{h,m}",
47       "public_header_files": "Foundation/NSDate+ZXToolbox/*.h"
48     },
49     {
50       "name": "NSFileManager+ZXToolbox",
51       "source_files": "Foundation/NSFileManager+ZXToolbox/*.{h,m}",
52       "public_header_files": "Foundation/NSFileManager+ZXToolbox/*.h"
53     },
54     {
55       "name": "NSNumberFormatter+ZXToolbox",
56       "source_files": "Foundation/NSNumberFormatter+ZXToolbox/*.{h,m}",
57       "public_header_files": "Foundation/NSNumberFormatter+ZXToolbox/*.h"
58     },
59     {
60       "name": "NSObject+ZXToolbox",
61       "source_files": "Foundation/NSObject+ZXToolbox/*.{h,m}",
62       "public_header_files": "Foundation/NSObject+ZXToolbox/*.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+ZXToolbox": [
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": "UIApplication+ZXToolbox",
91       "source_files": "UIKit/UIApplication+ZXToolbox/*.{h,m}",
92       "public_header_files": "UIKit/UIApplication+ZXToolbox/*.h"
93     },
94     {
95       "name": "UIApplicationIdleTimer",
96       "source_files": "UIKit/UIApplicationIdleTimer/*.{h,m}",
97       "public_header_files": "UIKit/UIApplicationIdleTimer/*.h"
98     },
99     {
100       "name": "UIButton+ZXToolbox",
101       "source_files": "UIKit/UIButton+ZXToolbox/*.{h,m}",
102       "public_header_files": "UIKit/UIButton+ZXToolbox/*.h"
103     },
104     {
105       "name": "UIColor+ZXToolbox",
106       "source_files": "UIKit/UIColor+ZXToolbox/*.{h,m}",
107       "public_header_files": "UIKit/UIColor+ZXToolbox/*.h"
108     },
109     {
110       "name": "UIImage+ZXToolbox",
111       "source_files": "UIKit/UIImage+ZXToolbox/*.{h,m}",
112       "public_header_files": "UIKit/UIImage+ZXToolbox/*.h",
113       "frameworks": [
114         "CoreGraphics",
115         "ImageIO"
116       ]
117     },
118     {
119       "name": "UINetworkActivityIndicator",
120       "source_files": "UIKit/UINetworkActivityIndicator/*.{h,m}",
121       "public_header_files": "UIKit/UINetworkActivityIndicator/*.h"
122     },
123     {
124       "name": "UIScreen+ZXToolbox",
125       "source_files": "UIKit/UIScreen+ZXToolbox/*.{h,m}",
126       "public_header_files": "UIKit/UIScreen+ZXToolbox/*.h"
127     },
128     {
129       "name": "UIScrollView+ZXToolbox",
130       "source_files": "UIKit/UIScrollView+ZXToolbox/*.{h,m}",
131       "public_header_files": "UIKit/UIScrollView+ZXToolbox/*.h"
132     },
133     {
134       "name": "UITableViewCell+Separator",
135       "source_files": "UIKit/UITableViewCell+Separator/*.{h,m}",
136       "public_header_files": "UIKit/UITableViewCell+Separator/*.h"
137     },
138     {
139       "name": "UITextField+ZXToolbox",
140       "dependencies": {
141         "ZXToolbox/NSObject+ZXToolbox": [
143         ]
144       },
145       "source_files": "UIKit/UITextField+ZXToolbox/*.{h,m}",
146       "public_header_files": "UIKit/UITextField+ZXToolbox/*.h"
147     },
148     {
149       "name": "UIView+ZXToolbox",
150       "source_files": "UIKit/UIView+ZXToolbox/*.{h,m}",
151       "public_header_files": "UIKit/UIView+ZXToolbox/*.h"
152     },
153     {
154       "name": "UIViewController+ZXToolbox",
155       "source_files": "UIKit/UIViewController+ZXToolbox/*.{h,m}",
156       "public_header_files": "UIKit/UIViewController+ZXToolbox/*.h"
157     },
158     {
159       "name": "ZXAlertView",
160       "source_files": "ZXKit/ZXAlertView/*.{h,m}",
161       "public_header_files": "ZXKit/ZXAlertView/*.h"
162     },
163     {
164       "name": "ZXAudioDevice",
165       "source_files": "ZXKit/ZXAudioDevice/*.{h,m}",
166       "public_header_files": "ZXKit/ZXAudioDevice/*.h",
167       "frameworks": "AVFoundation"
168     },
169     {
170       "name": "ZXAuthorizationHelper",
171       "source_files": "ZXKit/ZXAuthorizationHelper/*.{h,m}",
172       "public_header_files": "ZXKit/ZXAuthorizationHelper/*.h",
173       "frameworks": [
174         "AddressBook",
175         "AssetsLibrary",
176         "AVFoundation",
177         "CoreLocation"
178       ],
179       "weak_frameworks": [
180         "Contacts",
181         "CoreTelephony",
182         "Photos"
183       ]
184     },
185     {
186       "name": "ZXBadgeLabel",
187       "source_files": "ZXKit/ZXBadgeLabel/*.{h,m}",
188       "public_header_files": "ZXKit/ZXBadgeLabel/*.h"
189     },
190     {
191       "name": "ZXBrightnessView",
192       "dependencies": {
193         "ZXToolbox/UIColor+ZXToolbox": [
195         ]
196       },
197       "source_files": "ZXKit/ZXBrightnessView/*.{h,m}",
198       "public_header_files": "ZXKit/ZXBrightnessView/*.h",
199       "resources": "ZXKit/ZXBrightnessView/ZXBrightnessView.bundle"
200     },
201     {
202       "name": "ZXCircularProgressView",
203       "source_files": "ZXKit/ZXCircularProgressView/*.{h,m}",
204       "public_header_files": "ZXKit/ZXCircularProgressView/*.h"
205     },
206     {
207       "name": "ZXCommonCrypto",
208       "source_files": "ZXKit/ZXCommonCrypto/*.{h,m}",
209       "public_header_files": "ZXKit/ZXCommonCrypto/*.h"
210     },
211     {
212       "name": "ZXDownloadManager",
213       "dependencies": {
214         "ZXToolbox/ZXCommonCrypto": [
216         ]
217       },
218       "source_files": "ZXKit/ZXDownloadManager/*.{h,m}",
219       "public_header_files": "ZXKit/ZXDownloadManager/*.h"
220     },
221     {
222       "name": "ZXDrawingView",
223       "source_files": "ZXKit/ZXDrawingView/*.{h,m}",
224       "public_header_files": "ZXKit/ZXDrawingView/*.h"
225     },
226     {
227       "name": "ZXHaloLabel",
228       "source_files": "ZXKit/ZXHaloLabel/*.{h,m}",
229       "public_header_files": "ZXKit/ZXHaloLabel/*.h"
230     },
231     {
232       "name": "ZXHTTPClient",
233       "source_files": "ZXKit/ZXHTTPClient/*.{h,m}",
234       "public_header_files": "ZXKit/ZXHTTPClient/*.h",
235       "frameworks": "Security"
236     },
237     {
238       "name": "ZXImageView",
239       "dependencies": {
240         "ZXToolbox/ZXCommonCrypto": [
242         ],
243         "ZXToolbox/ZXURLSession": [
245         ]
246       },
247       "source_files": "ZXKit/ZXImageView/*.{h,m}",
248       "public_header_files": "ZXKit/ZXImageView/*.h"
249     },
250     {
251       "name": "ZXLineChartView",
252       "source_files": "ZXKit/ZXLineChartView/*.{h,m}",
253       "public_header_files": "ZXKit/ZXLineChartView/*.h"
254     },
255     {
256       "name": "ZXLocationManager",
257       "source_files": "ZXKit/ZXLocationManager/*.{h,m}",
258       "public_header_files": "ZXKit/ZXLocationManager/*.h",
259       "frameworks": "CoreLocation"
260     },
261     {
262       "name": "ZXNavigationController",
263       "source_files": "ZXKit/ZXNavigationController/*.{h,m}",
264       "public_header_files": "ZXKit/ZXNavigationController/*.h"
265     },
266     {
267       "name": "ZXNetworkTrafficMonitor",
268       "source_files": "ZXKit/ZXNetworkTrafficMonitor/*.{h,m}",
269       "public_header_files": "ZXKit/ZXNetworkTrafficMonitor/*.h"
270     },
271     {
272       "name": "ZXPageIndicatorView",
273       "source_files": "ZXKit/ZXPageIndicatorView/*.{h,m}",
274       "public_header_files": "ZXKit/ZXPageIndicatorView/*.h"
275     },
276     {
277       "name": "ZXPageView",
278       "dependencies": {
279         "ZXToolbox/NSObject+ZXToolbox": [
281         ]
282       },
283       "source_files": "ZXKit/ZXPageView/*.{h,m}",
284       "public_header_files": "ZXKit/ZXPageView/*.h"
285     },
286     {
287       "name": "ZXPhotoLibrary",
288       "source_files": "ZXKit/ZXPhotoLibrary/*.{h,m}",
289       "public_header_files": "ZXKit/ZXPhotoLibrary/*.h",
290       "frameworks": [
291         "AssetsLibrary",
292         "CoreGraphics",
293         "ImageIO"
294       ],
295       "weak_frameworks": "Photos"
296     },
297     {
298       "name": "ZXPlayerViewController",
299       "dependencies": {
300         "ZXToolbox/NSObject+ZXToolbox": [
302         ],
303         "ZXToolbox/UIViewController+ZXToolbox": [
305         ],
306         "ZXToolbox/ZXBrightnessView": [
308         ]
309       },
310       "source_files": "ZXKit/ZXPlayerViewController/*.{h,m}",
311       "public_header_files": "ZXKit/ZXPlayerViewController/*.h",
312       "frameworks": [
313         "AVFoundation",
314         "MediaPlayer"
315       ]
316     },
317     {
318       "name": "ZXPopoverView",
319       "source_files": "ZXKit/ZXPopoverView/*.{h,m}",
320       "public_header_files": "ZXKit/ZXPopoverView/*.h"
321     },
322     {
323       "name": "ZXPopoverWindow",
324       "source_files": "ZXKit/ZXPopoverWindow/*.{h,m}",
325       "public_header_files": "ZXKit/ZXPopoverWindow/*.h"
326     },
327     {
328       "name": "ZXQRCodeGenerator",
329       "source_files": "ZXKit/ZXQRCodeGenerator/*.{h,m}",
330       "public_header_files": "ZXKit/ZXQRCodeGenerator/*.h"
331     },
332     {
333       "name": "ZXQRCodeReader",
334       "source_files": "ZXKit/ZXQRCodeReader/*.{h,m}",
335       "public_header_files": "ZXKit/ZXQRCodeReader/*.h"
336     },
337     {
338       "name": "ZXQRCodeScanner",
339       "source_files": "ZXKit/ZXQRCodeScanner/*.{h,m}",
340       "public_header_files": "ZXKit/ZXQRCodeScanner/*.h",
341       "frameworks": [
342         "AVFoundation",
343         "ImageIO"
344       ]
345     },
346     {
347       "name": "ZXRefreshView",
348       "dependencies": {
349         "ZXToolbox/ZXCircularProgressView": [
351         ]
352       },
353       "source_files": "ZXKit/ZXRefreshView/*.{h,m}",
354       "public_header_files": "ZXKit/ZXRefreshView/*.h"
355     },
356     {
357       "name": "ZXScriptMessageHandler",
358       "platforms": {
359         "ios": "8.0"
360       },
361       "source_files": "ZXKit/ZXScriptMessageHandler/*.{h,m}",
362       "public_header_files": "ZXKit/ZXScriptMessageHandler/*.h",
363       "frameworks": "WebKit"
364     },
365     {
366       "name": "ZXScrollLabel",
367       "source_files": "ZXKit/ZXScrollLabel/*.{h,m}",
368       "public_header_files": "ZXKit/ZXScrollLabel/*.h"
369     },
370     {
371       "name": "ZXTabBar",
372       "source_files": "ZXKit/ZXTabBar/*.{h,m}",
373       "public_header_files": "ZXKit/ZXTabBar/*.h"
374     },
375     {
376       "name": "ZXTabBarController",
377       "source_files": "ZXKit/ZXTabBarController/*.{h,m}",
378       "public_header_files": "ZXKit/ZXTabBarController/*.h"
379     },
380     {
381       "name": "ZXTagView",
382       "source_files": "ZXKit/ZXTagView/*.{h,m}",
383       "public_header_files": "ZXKit/ZXTagView/*.h"
384     },
385     {
386       "name": "ZXToastView",
387       "source_files": "ZXKit/ZXToastView/*.{h,m}",
388       "public_header_files": "ZXKit/ZXToastView/*.h"
389     },
390     {
391       "name": "ZXToolbox+Macros",
392       "dependencies": {
393         "ZXToolbox/NSDate+ZXToolbox": [
395         ]
396       },
397       "source_files": "ZXKit/ZXToolbox+Macros/*.{h,m}",
398       "public_header_files": "ZXKit/ZXToolbox+Macros/*.h"
399     },
400     {
401       "name": "ZXURLProtocol",
402       "source_files": "ZXKit/ZXURLProtocol/*.{h,m}",
403       "public_header_files": "ZXKit/ZXURLProtocol/*.h",
404       "frameworks": [
405         "CoreFoundation",
406         "MobileCoreServices"
407       ]
408     },
409     {
410       "name": "ZXURLSession",
411       "source_files": "ZXKit/ZXURLSession/*.{h,m}",
412       "public_header_files": "ZXKit/ZXURLSession/*.h"
413     }
414   ]