[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 4 / 1 / ZXToolbox / 1.7.0 / ZXToolbox.podspec.json
blob6e0f01805b937b26d16f26def0dc6335d7e5dd3a
2   "name": "ZXToolbox",
3   "version": "1.7.0",
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.0"
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       "source_files": "UIKit/UITextField+Extra/*.{h,m}",
150       "public_header_files": "UIKit/UITextField+Extra/*.h"
151     },
152     {
153       "name": "UIView+Snapshot",
154       "source_files": "UIKit/UIView+Snapshot/*.{h,m}",
155       "public_header_files": "UIKit/UIView+Snapshot/*.h"
156     },
157     {
158       "name": "UIViewController+Extra",
159       "source_files": "UIKit/UIViewController+Extra/*.{h,m}",
160       "public_header_files": "UIKit/UIViewController+Extra/*.h"
161     },
162     {
163       "name": "WKWebView+H5Pay",
164       "dependencies": {
165         "ZXToolbox/NSString+URLEncoding": [
167         ],
168         "ZXToolbox/JSONObject": [
170         ]
171       },
172       "source_files": "Foundation/WKWebView+H5Pay/*.{h,m}",
173       "public_header_files": "Foundation/WKWebView+H5Pay/*.h",
174       "weak_frameworks": "WebKit"
175     },
176     {
177       "name": "ZXAlertView",
178       "source_files": "ZXKit/ZXAlertView/*.{h,m}",
179       "public_header_files": "ZXKit/ZXAlertView/*.h"
180     },
181     {
182       "name": "ZXAudioDevice",
183       "source_files": "ZXKit/ZXAudioDevice/*.{h,m}",
184       "public_header_files": "ZXKit/ZXAudioDevice/*.h",
185       "frameworks": "AVFoundation"
186     },
187     {
188       "name": "ZXAuthorizationHelper",
189       "source_files": "ZXKit/ZXAuthorizationHelper/*.{h,m}",
190       "public_header_files": "ZXKit/ZXAuthorizationHelper/*.h",
191       "frameworks": [
192         "AddressBook",
193         "AssetsLibrary",
194         "AVFoundation",
195         "CoreLocation"
196       ],
197       "weak_frameworks": [
198         "Contacts",
199         "CoreTelephony",
200         "Photos"
201       ]
202     },
203     {
204       "name": "ZXBadgeLabel",
205       "source_files": "ZXKit/ZXBadgeLabel/*.{h,m}",
206       "public_header_files": "ZXKit/ZXBadgeLabel/*.h"
207     },
208     {
209       "name": "ZXBrightnessView",
210       "dependencies": {
211         "ZXToolbox/UIColor+Extra": [
213         ]
214       },
215       "source_files": "ZXKit/ZXBrightnessView/*.{h,m}",
216       "public_header_files": "ZXKit/ZXBrightnessView/*.h",
217       "resources": "ZXKit/ZXBrightnessView/ZXBrightnessView.bundle"
218     },
219     {
220       "name": "ZXCircularProgressView",
221       "source_files": "ZXKit/ZXCircularProgressView/*.{h,m}",
222       "public_header_files": "ZXKit/ZXCircularProgressView/*.h"
223     },
224     {
225       "name": "ZXCommonCrypto",
226       "source_files": "ZXKit/ZXCommonCrypto/*.{h,m}",
227       "public_header_files": "ZXKit/ZXCommonCrypto/*.h"
228     },
229     {
230       "name": "ZXDownloadManager",
231       "dependencies": {
232         "ZXToolbox/ZXCommonCrypto": [
234         ]
235       },
236       "source_files": "ZXKit/ZXDownloadManager/*.{h,m}",
237       "public_header_files": "ZXKit/ZXDownloadManager/*.h"
238     },
239     {
240       "name": "ZXDrawingView",
241       "source_files": "ZXKit/ZXDrawingView/*.{h,m}",
242       "public_header_files": "ZXKit/ZXDrawingView/*.h"
243     },
244     {
245       "name": "ZXHaloLabel",
246       "source_files": "ZXKit/ZXHaloLabel/*.{h,m}",
247       "public_header_files": "ZXKit/ZXHaloLabel/*.h"
248     },
249     {
250       "name": "ZXHTTPClient",
251       "source_files": "ZXKit/ZXHTTPClient/*.{h,m}",
252       "public_header_files": "ZXKit/ZXHTTPClient/*.h",
253       "frameworks": "Security"
254     },
255     {
256       "name": "ZXImageView",
257       "dependencies": {
258         "ZXToolbox/ZXCommonCrypto": [
260         ],
261         "ZXToolbox/ZXURLSession": [
263         ]
264       },
265       "source_files": "ZXKit/ZXImageView/*.{h,m}",
266       "public_header_files": "ZXKit/ZXImageView/*.h"
267     },
268     {
269       "name": "ZXLineChartView",
270       "source_files": "ZXKit/ZXLineChartView/*.{h,m}",
271       "public_header_files": "ZXKit/ZXLineChartView/*.h"
272     },
273     {
274       "name": "ZXNavigationController",
275       "source_files": "ZXKit/ZXNavigationController/*.{h,m}",
276       "public_header_files": "ZXKit/ZXNavigationController/*.h"
277     },
278     {
279       "name": "ZXNetworkTrafficMonitor",
280       "source_files": "ZXKit/ZXNetworkTrafficMonitor/*.{h,m}",
281       "public_header_files": "ZXKit/ZXNetworkTrafficMonitor/*.h"
282     },
283     {
284       "name": "ZXPageIndicatorView",
285       "source_files": "ZXKit/ZXPageIndicatorView/*.{h,m}",
286       "public_header_files": "ZXKit/ZXPageIndicatorView/*.h"
287     },
288     {
289       "name": "ZXPageView",
290       "dependencies": {
291         "ZXToolbox/NSObject+Extra": [
293         ]
294       },
295       "source_files": "ZXKit/ZXPageView/*.{h,m}",
296       "public_header_files": "ZXKit/ZXPageView/*.h"
297     },
298     {
299       "name": "ZXPhotoLibrary",
300       "source_files": "ZXKit/ZXPhotoLibrary/*.{h,m}",
301       "public_header_files": "ZXKit/ZXPhotoLibrary/*.h",
302       "frameworks": [
303         "AssetsLibrary",
304         "CoreGraphics",
305         "ImageIO"
306       ],
307       "weak_frameworks": "Photos"
308     },
309     {
310       "name": "ZXPlayerViewController",
311       "dependencies": {
312         "ZXToolbox/NSObject+Extra": [
314         ],
315         "ZXToolbox/UIViewController+Extra": [
317         ],
318         "ZXToolbox/ZXBrightnessView": [
320         ]
321       },
322       "source_files": "ZXKit/ZXPlayerViewController/*.{h,m}",
323       "public_header_files": "ZXKit/ZXPlayerViewController/*.h",
324       "frameworks": [
325         "AVFoundation",
326         "MediaPlayer"
327       ]
328     },
329     {
330       "name": "ZXPopoverView",
331       "source_files": "ZXKit/ZXPopoverView/*.{h,m}",
332       "public_header_files": "ZXKit/ZXPopoverView/*.h"
333     },
334     {
335       "name": "ZXPopoverWindow",
336       "source_files": "ZXKit/ZXPopoverWindow/*.{h,m}",
337       "public_header_files": "ZXKit/ZXPopoverWindow/*.h"
338     },
339     {
340       "name": "ZXRefreshView",
341       "dependencies": {
342         "ZXToolbox/ZXCircularProgressView": [
344         ]
345       },
346       "source_files": "ZXKit/ZXRefreshView/*.{h,m}",
347       "public_header_files": "ZXKit/ZXRefreshView/*.h"
348     },
349     {
350       "name": "ZXScriptMessageHandler",
351       "platforms": {
352         "ios": "8.0"
353       },
354       "source_files": "ZXKit/ZXScriptMessageHandler/*.{h,m}",
355       "public_header_files": "ZXKit/ZXScriptMessageHandler/*.h",
356       "frameworks": "WebKit"
357     },
358     {
359       "name": "ZXScrollLabel",
360       "source_files": "ZXKit/ZXScrollLabel/*.{h,m}",
361       "public_header_files": "ZXKit/ZXScrollLabel/*.h"
362     },
363     {
364       "name": "ZXTabBarController",
365       "source_files": "ZXKit/ZXTabBarController/*.{h,m}",
366       "public_header_files": "ZXKit/ZXTabBarController/*.h"
367     },
368     {
369       "name": "ZXTagView",
370       "source_files": "ZXKit/ZXTagView/*.{h,m}",
371       "public_header_files": "ZXKit/ZXTagView/*.h"
372     },
373     {
374       "name": "ZXToastView",
375       "source_files": "ZXKit/ZXToastView/*.{h,m}",
376       "public_header_files": "ZXKit/ZXToastView/*.h"
377     },
378     {
379       "name": "ZXURLProtocol",
380       "source_files": "ZXKit/ZXURLProtocol/*.{h,m}",
381       "public_header_files": "ZXKit/ZXURLProtocol/*.h",
382       "frameworks": [
383         "CoreFoundation",
384         "MobileCoreServices"
385       ]
386     },
387     {
388       "name": "ZXURLSession",
389       "source_files": "ZXKit/ZXURLSession/*.{h,m}",
390       "public_header_files": "ZXKit/ZXURLSession/*.h"
391     }
392   ]