[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 4 / 1 / ZXToolbox / 1.4.7 / ZXToolbox.podspec.json
bloba397564476e3ab8f633d3854fd0a811c5d4547f4
2   "name": "ZXToolbox",
3   "version": "1.4.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.4.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": "NSObject+Extra",
61       "source_files": "Foundation/NSObject+Extra/*.{h,m}",
62       "public_header_files": "Foundation/NSObject+Extra/*.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+Extra": [
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": "QRCodeGenerator",
91       "source_files": "ZXKit/QRCodeGenerator/*.{h,m}",
92       "public_header_files": "ZXKit/QRCodeGenerator/*.h"
93     },
94     {
95       "name": "QRCodeReader",
96       "source_files": "ZXKit/QRCodeReader/*.{h,m}",
97       "public_header_files": "ZXKit/QRCodeReader/*.h"
98     },
99     {
100       "name": "QRCodeScanner",
101       "source_files": "ZXKit/QRCodeScanner/*.{h,m}",
102       "public_header_files": "ZXKit/QRCodeScanner/*.h",
103       "frameworks": "AVFoundation"
104     },
105     {
106       "name": "UIApplication+BadgeNumber",
107       "source_files": "UIKit/UIApplication+BadgeNumber/*.{h,m}",
108       "public_header_files": "UIKit/UIApplication+BadgeNumber/*.h"
109     },
110     {
111       "name": "UIApplicationIdleTimer",
112       "source_files": "UIKit/UIApplicationIdleTimer/*.{h,m}",
113       "public_header_files": "UIKit/UIApplicationIdleTimer/*.h"
114     },
115     {
116       "name": "UIColor+Extra",
117       "source_files": "UIKit/UIColor+Extra/*.{h,m}",
118       "public_header_files": "UIKit/UIColor+Extra/*.h"
119     },
120     {
121       "name": "UIImage+Extra",
122       "source_files": "UIKit/UIImage+Extra/*.{h,m}",
123       "public_header_files": "UIKit/UIImage+Extra/*.h",
124       "frameworks": [
125         "CoreGraphics",
126         "ImageIO"
127       ]
128     },
129     {
130       "name": "UINetworkActivityIndicator",
131       "source_files": "UIKit/UINetworkActivityIndicator/*.{h,m}",
132       "public_header_files": "UIKit/UINetworkActivityIndicator/*.h"
133     },
134     {
135       "name": "UITableViewCell+Separator",
136       "source_files": "UIKit/UITableViewCell+Separator/*.{h,m}",
137       "public_header_files": "UIKit/UITableViewCell+Separator/*.h"
138     },
139     {
140       "name": "UIView+Snapshot",
141       "source_files": "UIKit/UIView+Snapshot/*.{h,m}",
142       "public_header_files": "UIKit/UIView+Snapshot/*.h"
143     },
144     {
145       "name": "UIViewController+Extra",
146       "source_files": "UIKit/UIViewController+Extra/*.{h,m}",
147       "public_header_files": "UIKit/UIViewController+Extra/*.h"
148     },
149     {
150       "name": "WKWebView+H5Pay",
151       "dependencies": {
152         "ZXToolbox/NSString+URLEncoding": [
154         ],
155         "ZXToolbox/JSONObject": [
157         ]
158       },
159       "source_files": "Foundation/WKWebView+H5Pay/*.{h,m}",
160       "public_header_files": "Foundation/WKWebView+H5Pay/*.h",
161       "weak_frameworks": "WebKit"
162     },
163     {
164       "name": "ZXAlertView",
165       "source_files": "ZXKit/ZXAlertView/*.{h,m}",
166       "public_header_files": "ZXKit/ZXAlertView/*.h"
167     },
168     {
169       "name": "ZXAudioDevice",
170       "source_files": "ZXKit/ZXAudioDevice/*.{h,m}",
171       "public_header_files": "ZXKit/ZXAudioDevice/*.h",
172       "frameworks": "AVFoundation"
173     },
174     {
175       "name": "ZXAuthorizationHelper",
176       "source_files": "ZXKit/ZXAuthorizationHelper/*.{h,m}",
177       "public_header_files": "ZXKit/ZXAuthorizationHelper/*.h",
178       "frameworks": [
179         "AddressBook",
180         "AssetsLibrary",
181         "AVFoundation",
182         "CoreLocation"
183       ],
184       "weak_frameworks": [
185         "Contacts",
186         "CoreTelephony",
187         "Photos"
188       ]
189     },
190     {
191       "name": "ZXBadgeLabel",
192       "source_files": "ZXKit/ZXBadgeLabel/*.{h,m}",
193       "public_header_files": "ZXKit/ZXBadgeLabel/*.h"
194     },
195     {
196       "name": "ZXBrightnessView",
197       "dependencies": {
198         "ZXToolbox/UIColor+Extra": [
200         ]
201       },
202       "source_files": "ZXKit/ZXBrightnessView/*.{h,m}",
203       "public_header_files": "ZXKit/ZXBrightnessView/*.h",
204       "resources": "ZXKit/ZXBrightnessView/ZXBrightnessView.bundle"
205     },
206     {
207       "name": "ZXCircularProgressView",
208       "source_files": "ZXKit/ZXCircularProgressView/*.{h,m}",
209       "public_header_files": "ZXKit/ZXCircularProgressView/*.h"
210     },
211     {
212       "name": "ZXDownloadManager",
213       "dependencies": {
214         "ZXToolbox/ZXHashValue": [
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": "ZXHashValue",
233       "source_files": "ZXKit/ZXHashValue/*.{h,m}",
234       "public_header_files": "ZXKit/ZXHashValue/*.h"
235     },
236     {
237       "name": "ZXHTTPClient",
238       "source_files": "ZXKit/ZXHTTPClient/*.{h,m}",
239       "public_header_files": "ZXKit/ZXHTTPClient/*.h",
240       "frameworks": "Security"
241     },
242     {
243       "name": "ZXImageView",
244       "dependencies": {
245         "ZXToolbox/ZXHashValue": [
247         ],
248         "ZXToolbox/ZXURLSession": [
250         ]
251       },
252       "source_files": "ZXKit/ZXImageView/*.{h,m}",
253       "public_header_files": "ZXKit/ZXImageView/*.h"
254     },
255     {
256       "name": "ZXLineChartView",
257       "source_files": "ZXKit/ZXLineChartView/*.{h,m}",
258       "public_header_files": "ZXKit/ZXLineChartView/*.h"
259     },
260     {
261       "name": "ZXNavigationController",
262       "source_files": "ZXKit/ZXNavigationController/*.{h,m}",
263       "public_header_files": "ZXKit/ZXNavigationController/*.h"
264     },
265     {
266       "name": "ZXNetworkTrafficMonitor",
267       "source_files": "ZXKit/ZXNetworkTrafficMonitor/*.{h,m}",
268       "public_header_files": "ZXKit/ZXNetworkTrafficMonitor/*.h"
269     },
270     {
271       "name": "ZXPageIndicatorView",
272       "source_files": "ZXKit/ZXPageIndicatorView/*.{h,m}",
273       "public_header_files": "ZXKit/ZXPageIndicatorView/*.h"
274     },
275     {
276       "name": "ZXPageView",
277       "source_files": "ZXKit/ZXPageView/*.{h,m}",
278       "public_header_files": "ZXKit/ZXPageView/*.h"
279     },
280     {
281       "name": "ZXPhotoLibrary",
282       "source_files": "ZXKit/ZXPhotoLibrary/*.{h,m}",
283       "public_header_files": "ZXKit/ZXPhotoLibrary/*.h",
284       "frameworks": [
285         "AssetsLibrary",
286         "CoreGraphics",
287         "ImageIO"
288       ],
289       "weak_frameworks": "Photos"
290     },
291     {
292       "name": "ZXPlayerViewController",
293       "dependencies": {
294         "ZXToolbox/NSObject+Extra": [
296         ],
297         "ZXToolbox/UIViewController+Extra": [
299         ],
300         "ZXToolbox/ZXBrightnessView": [
302         ]
303       },
304       "source_files": "ZXKit/ZXPlayerViewController/*.{h,m}",
305       "public_header_files": "ZXKit/ZXPlayerViewController/*.h",
306       "frameworks": [
307         "AVFoundation",
308         "MediaPlayer"
309       ]
310     },
311     {
312       "name": "ZXPopoverWindow",
313       "source_files": "ZXKit/ZXPopoverWindow/*.{h,m}",
314       "public_header_files": "ZXKit/ZXPopoverWindow/*.h"
315     },
316     {
317       "name": "ZXRefreshView",
318       "dependencies": {
319         "ZXToolbox/ZXCircularProgressView": [
321         ]
322       },
323       "source_files": "ZXKit/ZXRefreshView/*.{h,m}",
324       "public_header_files": "ZXKit/ZXRefreshView/*.h"
325     },
326     {
327       "name": "ZXScriptMessageHandler",
328       "platforms": {
329         "ios": "8.0"
330       },
331       "source_files": "ZXKit/ZXScriptMessageHandler/*.{h,m}",
332       "public_header_files": "ZXKit/ZXScriptMessageHandler/*.h",
333       "frameworks": "WebKit"
334     },
335     {
336       "name": "ZXScrollLabel",
337       "source_files": "ZXKit/ZXScrollLabel/*.{h,m}",
338       "public_header_files": "ZXKit/ZXScrollLabel/*.h"
339     },
340     {
341       "name": "ZXTabBarController",
342       "source_files": "ZXKit/ZXTabBarController/*.{h,m}",
343       "public_header_files": "ZXKit/ZXTabBarController/*.h"
344     },
345     {
346       "name": "ZXTagView",
347       "source_files": "ZXKit/ZXTagView/*.{h,m}",
348       "public_header_files": "ZXKit/ZXTagView/*.h"
349     },
350     {
351       "name": "ZXToastView",
352       "source_files": "ZXKit/ZXToastView/*.{h,m}",
353       "public_header_files": "ZXKit/ZXToastView/*.h"
354     },
355     {
356       "name": "ZXURLProtocol",
357       "source_files": "ZXKit/ZXURLProtocol/*.{h,m}",
358       "public_header_files": "ZXKit/ZXURLProtocol/*.h",
359       "frameworks": [
360         "CoreFoundation",
361         "MobileCoreServices"
362       ]
363     },
364     {
365       "name": "ZXURLSession",
366       "source_files": "ZXKit/ZXURLSession/*.{h,m}",
367       "public_header_files": "ZXKit/ZXURLSession/*.h"
368     }
369   ]