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