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