[Add] NASSDK 1.4.21
[CocoaPods.git] / Specs / 6 / 4 / 1 / ZXToolbox / 1.4.0 / ZXToolbox.podspec.json
blob177f279d0e5202393b39b4b87de727f5bf6f2be1
2   "name": "ZXToolbox",
3   "version": "1.4.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.4.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": "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": "ZXAlertView",
151       "source_files": "ZXKit/ZXAlertView/*.{h,m}",
152       "public_header_files": "ZXKit/ZXAlertView/*.h"
153     },
154     {
155       "name": "ZXAudioDevice",
156       "source_files": "ZXKit/ZXAudioDevice/*.{h,m}",
157       "public_header_files": "ZXKit/ZXAudioDevice/*.h",
158       "frameworks": "AVFoundation"
159     },
160     {
161       "name": "ZXAuthorizationHelper",
162       "source_files": "ZXKit/ZXAuthorizationHelper/*.{h,m}",
163       "public_header_files": "ZXKit/ZXAuthorizationHelper/*.h",
164       "frameworks": [
165         "AddressBook",
166         "AssetsLibrary",
167         "AVFoundation",
168         "CoreLocation"
169       ],
170       "weak_frameworks": [
171         "Contacts",
172         "CoreTelephony",
173         "Photos"
174       ]
175     },
176     {
177       "name": "ZXBadgeLabel",
178       "source_files": "ZXKit/ZXBadgeLabel/*.{h,m}",
179       "public_header_files": "ZXKit/ZXBadgeLabel/*.h"
180     },
181     {
182       "name": "ZXBrightnessView",
183       "dependencies": {
184         "ZXToolbox/UIColor+Extra": [
186         ]
187       },
188       "source_files": "ZXKit/ZXBrightnessView/*.{h,m}",
189       "public_header_files": "ZXKit/ZXBrightnessView/*.h",
190       "resources": "ZXKit/ZXBrightnessView/ZXBrightnessView.bundle"
191     },
192     {
193       "name": "ZXCircularProgressView",
194       "source_files": "ZXKit/ZXCircularProgressView/*.{h,m}",
195       "public_header_files": "ZXKit/ZXCircularProgressView/*.h"
196     },
197     {
198       "name": "ZXDownloadManager",
199       "dependencies": {
200         "ZXToolbox/ZXHashValue": [
202         ]
203       },
204       "source_files": "ZXKit/ZXDownloadManager/*.{h,m}",
205       "public_header_files": "ZXKit/ZXDownloadManager/*.h"
206     },
207     {
208       "name": "ZXDrawingView",
209       "source_files": "ZXKit/ZXDrawingView/*.{h,m}",
210       "public_header_files": "ZXKit/ZXDrawingView/*.h"
211     },
212     {
213       "name": "ZXHaloLabel",
214       "source_files": "ZXKit/ZXHaloLabel/*.{h,m}",
215       "public_header_files": "ZXKit/ZXHaloLabel/*.h"
216     },
217     {
218       "name": "ZXHashValue",
219       "source_files": "ZXKit/ZXHashValue/*.{h,m}",
220       "public_header_files": "ZXKit/ZXHashValue/*.h"
221     },
222     {
223       "name": "ZXHTTPClient",
224       "source_files": "ZXKit/ZXHTTPClient/*.{h,m}",
225       "public_header_files": "ZXKit/ZXHTTPClient/*.h",
226       "frameworks": "Security"
227     },
228     {
229       "name": "ZXImageView",
230       "dependencies": {
231         "ZXToolbox/ZXHashValue": [
233         ],
234         "ZXToolbox/ZXURLSession": [
236         ]
237       },
238       "source_files": "ZXKit/ZXImageView/*.{h,m}",
239       "public_header_files": "ZXKit/ZXImageView/*.h"
240     },
241     {
242       "name": "ZXLineChartView",
243       "source_files": "ZXKit/ZXLineChartView/*.{h,m}",
244       "public_header_files": "ZXKit/ZXLineChartView/*.h"
245     },
246     {
247       "name": "ZXNavigationController",
248       "source_files": "ZXKit/ZXNavigationController/*.{h,m}",
249       "public_header_files": "ZXKit/ZXNavigationController/*.h"
250     },
251     {
252       "name": "ZXNetworkTrafficMonitor",
253       "source_files": "ZXKit/ZXNetworkTrafficMonitor/*.{h,m}",
254       "public_header_files": "ZXKit/ZXNetworkTrafficMonitor/*.h"
255     },
256     {
257       "name": "ZXPageIndicatorView",
258       "source_files": "ZXKit/ZXPageIndicatorView/*.{h,m}",
259       "public_header_files": "ZXKit/ZXPageIndicatorView/*.h"
260     },
261     {
262       "name": "ZXPageView",
263       "source_files": "ZXKit/ZXPageView/*.{h,m}",
264       "public_header_files": "ZXKit/ZXPageView/*.h"
265     },
266     {
267       "name": "ZXPhotoLibrary",
268       "source_files": "ZXKit/ZXPhotoLibrary/*.{h,m}",
269       "public_header_files": "ZXKit/ZXPhotoLibrary/*.h",
270       "frameworks": [
271         "AssetsLibrary",
272         "CoreGraphics",
273         "ImageIO"
274       ],
275       "weak_frameworks": "Photos"
276     },
277     {
278       "name": "ZXPlayerViewController",
279       "dependencies": {
280         "ZXToolbox/NSObject+Extra": [
282         ],
283         "ZXToolbox/UIViewController+Extra": [
285         ],
286         "ZXToolbox/ZXBrightnessView": [
288         ]
289       },
290       "source_files": "ZXKit/ZXPlayerViewController/*.{h,m}",
291       "public_header_files": "ZXKit/ZXPlayerViewController/*.h",
292       "frameworks": [
293         "AVFoundation",
294         "MediaPlayer"
295       ]
296     },
297     {
298       "name": "ZXPopoverWindow",
299       "source_files": "ZXKit/ZXPopoverWindow/*.{h,m}",
300       "public_header_files": "ZXKit/ZXPopoverWindow/*.h"
301     },
302     {
303       "name": "ZXRefreshView",
304       "dependencies": {
305         "ZXToolbox/ZXCircularProgressView": [
307         ]
308       },
309       "source_files": "ZXKit/ZXRefreshView/*.{h,m}",
310       "public_header_files": "ZXKit/ZXRefreshView/*.h"
311     },
312     {
313       "name": "ZXScriptMessageHandler",
314       "platforms": {
315         "ios": "8.0"
316       },
317       "source_files": "ZXKit/ZXScriptMessageHandler/*.{h,m}",
318       "public_header_files": "ZXKit/ZXScriptMessageHandler/*.h",
319       "frameworks": "WebKit"
320     },
321     {
322       "name": "ZXScrollLabel",
323       "source_files": "ZXKit/ZXScrollLabel/*.{h,m}",
324       "public_header_files": "ZXKit/ZXScrollLabel/*.h"
325     },
326     {
327       "name": "ZXTabBarController",
328       "source_files": "ZXKit/ZXTabBarController/*.{h,m}",
329       "public_header_files": "ZXKit/ZXTabBarController/*.h"
330     },
331     {
332       "name": "ZXTagView",
333       "source_files": "ZXKit/ZXTagView/*.{h,m}",
334       "public_header_files": "ZXKit/ZXTagView/*.h"
335     },
336     {
337       "name": "ZXToastView",
338       "source_files": "ZXKit/ZXToastView/*.{h,m}",
339       "public_header_files": "ZXKit/ZXToastView/*.h"
340     },
341     {
342       "name": "ZXURLSession",
343       "source_files": "ZXKit/ZXURLSession/*.{h,m}",
344       "public_header_files": "ZXKit/ZXURLSession/*.h"
345     }
346   ]