[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 4 / 1 / ZXToolbox / 1.6.7 / ZXToolbox.podspec.json
blobcaeb8c0e2cd7256698b5abe20ee4ac61499e2fa4
2   "name": "ZXToolbox",
3   "version": "1.6.7",
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.6.7"
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       "source_files": "ZXKit/ZXPageView/*.{h,m}",
291       "public_header_files": "ZXKit/ZXPageView/*.h"
292     },
293     {
294       "name": "ZXPhotoLibrary",
295       "source_files": "ZXKit/ZXPhotoLibrary/*.{h,m}",
296       "public_header_files": "ZXKit/ZXPhotoLibrary/*.h",
297       "frameworks": [
298         "AssetsLibrary",
299         "CoreGraphics",
300         "ImageIO"
301       ],
302       "weak_frameworks": "Photos"
303     },
304     {
305       "name": "ZXPlayerViewController",
306       "dependencies": {
307         "ZXToolbox/NSObject+Extra": [
309         ],
310         "ZXToolbox/UIViewController+Extra": [
312         ],
313         "ZXToolbox/ZXBrightnessView": [
315         ]
316       },
317       "source_files": "ZXKit/ZXPlayerViewController/*.{h,m}",
318       "public_header_files": "ZXKit/ZXPlayerViewController/*.h",
319       "frameworks": [
320         "AVFoundation",
321         "MediaPlayer"
322       ]
323     },
324     {
325       "name": "ZXPopoverView",
326       "source_files": "ZXKit/ZXPopoverView/*.{h,m}",
327       "public_header_files": "ZXKit/ZXPopoverView/*.h"
328     },
329     {
330       "name": "ZXPopoverWindow",
331       "source_files": "ZXKit/ZXPopoverWindow/*.{h,m}",
332       "public_header_files": "ZXKit/ZXPopoverWindow/*.h"
333     },
334     {
335       "name": "ZXRefreshView",
336       "dependencies": {
337         "ZXToolbox/ZXCircularProgressView": [
339         ]
340       },
341       "source_files": "ZXKit/ZXRefreshView/*.{h,m}",
342       "public_header_files": "ZXKit/ZXRefreshView/*.h"
343     },
344     {
345       "name": "ZXScriptMessageHandler",
346       "platforms": {
347         "ios": "8.0"
348       },
349       "source_files": "ZXKit/ZXScriptMessageHandler/*.{h,m}",
350       "public_header_files": "ZXKit/ZXScriptMessageHandler/*.h",
351       "frameworks": "WebKit"
352     },
353     {
354       "name": "ZXScrollLabel",
355       "source_files": "ZXKit/ZXScrollLabel/*.{h,m}",
356       "public_header_files": "ZXKit/ZXScrollLabel/*.h"
357     },
358     {
359       "name": "ZXTabBarController",
360       "source_files": "ZXKit/ZXTabBarController/*.{h,m}",
361       "public_header_files": "ZXKit/ZXTabBarController/*.h"
362     },
363     {
364       "name": "ZXTagView",
365       "source_files": "ZXKit/ZXTagView/*.{h,m}",
366       "public_header_files": "ZXKit/ZXTagView/*.h"
367     },
368     {
369       "name": "ZXToastView",
370       "source_files": "ZXKit/ZXToastView/*.{h,m}",
371       "public_header_files": "ZXKit/ZXToastView/*.h"
372     },
373     {
374       "name": "ZXURLProtocol",
375       "source_files": "ZXKit/ZXURLProtocol/*.{h,m}",
376       "public_header_files": "ZXKit/ZXURLProtocol/*.h",
377       "frameworks": [
378         "CoreFoundation",
379         "MobileCoreServices"
380       ]
381     },
382     {
383       "name": "ZXURLSession",
384       "source_files": "ZXKit/ZXURLSession/*.{h,m}",
385       "public_header_files": "ZXKit/ZXURLSession/*.h"
386     }
387   ]