[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / 4 / 1 / ZXToolbox / 1.3.7 / ZXToolbox.podspec.json
blob59f0777eb01000de965778c8149c68c0b96958c6
2   "name": "ZXToolbox",
3   "version": "1.3.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.3.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": "UIApplicationIdleTimer",
107       "source_files": "UIKit/UIApplicationIdleTimer/*.{h,m}",
108       "public_header_files": "UIKit/UIApplicationIdleTimer/*.h"
109     },
110     {
111       "name": "UIColor+Extra",
112       "source_files": "UIKit/UIColor+Extra/*.{h,m}",
113       "public_header_files": "UIKit/UIColor+Extra/*.h"
114     },
115     {
116       "name": "UIImage+Extra",
117       "source_files": "UIKit/UIImage+Extra/*.{h,m}",
118       "public_header_files": "UIKit/UIImage+Extra/*.h",
119       "frameworks": [
120         "CoreGraphics",
121         "ImageIO"
122       ]
123     },
124     {
125       "name": "UINetworkActivityIndicator",
126       "source_files": "UIKit/UINetworkActivityIndicator/*.{h,m}",
127       "public_header_files": "UIKit/UINetworkActivityIndicator/*.h"
128     },
129     {
130       "name": "UITableViewCell+Separator",
131       "source_files": "UIKit/UITableViewCell+Separator/*.{h,m}",
132       "public_header_files": "UIKit/UITableViewCell+Separator/*.h"
133     },
134     {
135       "name": "UIView+Snapshot",
136       "source_files": "UIKit/UIView+Snapshot/*.{h,m}",
137       "public_header_files": "UIKit/UIView+Snapshot/*.h"
138     },
139     {
140       "name": "UIViewController+Extra",
141       "source_files": "UIKit/UIViewController+Extra/*.{h,m}",
142       "public_header_files": "UIKit/UIViewController+Extra/*.h"
143     },
144     {
145       "name": "ZXAlertView",
146       "source_files": "ZXKit/ZXAlertView/*.{h,m}",
147       "public_header_files": "ZXKit/ZXAlertView/*.h"
148     },
149     {
150       "name": "ZXAudioDevice",
151       "source_files": "ZXKit/ZXAudioDevice/*.{h,m}",
152       "public_header_files": "ZXKit/ZXAudioDevice/*.h",
153       "frameworks": "AVFoundation"
154     },
155     {
156       "name": "ZXAuthorizationHelper",
157       "source_files": "ZXKit/ZXAuthorizationHelper/*.{h,m}",
158       "public_header_files": "ZXKit/ZXAuthorizationHelper/*.h",
159       "frameworks": [
160         "AddressBook",
161         "AssetsLibrary",
162         "AVFoundation",
163         "CoreLocation"
164       ],
165       "weak_frameworks": [
166         "Contacts",
167         "CoreTelephony",
168         "Photos"
169       ]
170     },
171     {
172       "name": "ZXBadgeLabel",
173       "source_files": "ZXKit/ZXBadgeLabel/*.{h,m}",
174       "public_header_files": "ZXKit/ZXBadgeLabel/*.h"
175     },
176     {
177       "name": "ZXBrightnessView",
178       "dependencies": {
179         "ZXToolbox/UIColor+Extra": [
181         ]
182       },
183       "source_files": "ZXKit/ZXBrightnessView/*.{h,m}",
184       "public_header_files": "ZXKit/ZXBrightnessView/*.h",
185       "resources": "ZXKit/ZXBrightnessView/ZXBrightnessView.bundle"
186     },
187     {
188       "name": "ZXCircularProgressView",
189       "source_files": "ZXKit/ZXCircularProgressView/*.{h,m}",
190       "public_header_files": "ZXKit/ZXCircularProgressView/*.h"
191     },
192     {
193       "name": "ZXDownloadManager",
194       "dependencies": {
195         "ZXToolbox/ZXHashValue": [
197         ]
198       },
199       "source_files": "ZXKit/ZXDownloadManager/*.{h,m}",
200       "public_header_files": "ZXKit/ZXDownloadManager/*.h"
201     },
202     {
203       "name": "ZXDrawingView",
204       "source_files": "ZXKit/ZXDrawingView/*.{h,m}",
205       "public_header_files": "ZXKit/ZXDrawingView/*.h"
206     },
207     {
208       "name": "ZXHaloLabel",
209       "source_files": "ZXKit/ZXHaloLabel/*.{h,m}",
210       "public_header_files": "ZXKit/ZXHaloLabel/*.h"
211     },
212     {
213       "name": "ZXHashValue",
214       "source_files": "ZXKit/ZXHashValue/*.{h,m}",
215       "public_header_files": "ZXKit/ZXHashValue/*.h"
216     },
217     {
218       "name": "ZXHTTPClient",
219       "source_files": "ZXKit/ZXHTTPClient/*.{h,m}",
220       "public_header_files": "ZXKit/ZXHTTPClient/*.h",
221       "frameworks": "Security"
222     },
223     {
224       "name": "ZXImageView",
225       "dependencies": {
226         "ZXToolbox/ZXHashValue": [
228         ],
229         "ZXToolbox/ZXURLSession": [
231         ]
232       },
233       "source_files": "ZXKit/ZXImageView/*.{h,m}",
234       "public_header_files": "ZXKit/ZXImageView/*.h"
235     },
236     {
237       "name": "ZXLineChartView",
238       "source_files": "ZXKit/ZXLineChartView/*.{h,m}",
239       "public_header_files": "ZXKit/ZXLineChartView/*.h"
240     },
241     {
242       "name": "ZXNavigationController",
243       "source_files": "ZXKit/ZXNavigationController/*.{h,m}",
244       "public_header_files": "ZXKit/ZXNavigationController/*.h"
245     },
246     {
247       "name": "ZXNetworkTrafficMonitor",
248       "source_files": "ZXKit/ZXNetworkTrafficMonitor/*.{h,m}",
249       "public_header_files": "ZXKit/ZXNetworkTrafficMonitor/*.h"
250     },
251     {
252       "name": "ZXPageIndicatorView",
253       "source_files": "ZXKit/ZXPageIndicatorView/*.{h,m}",
254       "public_header_files": "ZXKit/ZXPageIndicatorView/*.h"
255     },
256     {
257       "name": "ZXPageView",
258       "source_files": "ZXKit/ZXPageView/*.{h,m}",
259       "public_header_files": "ZXKit/ZXPageView/*.h"
260     },
261     {
262       "name": "ZXPhotoLibrary",
263       "source_files": "ZXKit/ZXPhotoLibrary/*.{h,m}",
264       "public_header_files": "ZXKit/ZXPhotoLibrary/*.h",
265       "frameworks": [
266         "AssetsLibrary",
267         "CoreGraphics",
268         "ImageIO"
269       ],
270       "weak_frameworks": "Photos"
271     },
272     {
273       "name": "ZXPlayerViewController",
274       "dependencies": {
275         "ZXToolbox/NSObject+Extra": [
277         ],
278         "ZXToolbox/UIViewController+Extra": [
280         ],
281         "ZXToolbox/ZXBrightnessView": [
283         ]
284       },
285       "source_files": "ZXKit/ZXPlayerViewController/*.{h,m}",
286       "public_header_files": "ZXKit/ZXPlayerViewController/*.h",
287       "frameworks": [
288         "AVFoundation",
289         "MediaPlayer"
290       ]
291     },
292     {
293       "name": "ZXPopoverWindow",
294       "source_files": "ZXKit/ZXPopoverWindow/*.{h,m}",
295       "public_header_files": "ZXKit/ZXPopoverWindow/*.h"
296     },
297     {
298       "name": "ZXRefreshView",
299       "dependencies": {
300         "ZXToolbox/ZXCircularProgressView": [
302         ]
303       },
304       "source_files": "ZXKit/ZXRefreshView/*.{h,m}",
305       "public_header_files": "ZXKit/ZXRefreshView/*.h"
306     },
307     {
308       "name": "ZXScriptMessageHandler",
309       "platforms": {
310         "ios": "8.0"
311       },
312       "source_files": "ZXKit/ZXScriptMessageHandler/*.{h,m}",
313       "public_header_files": "ZXKit/ZXScriptMessageHandler/*.h",
314       "frameworks": "WebKit"
315     },
316     {
317       "name": "ZXTabBarController",
318       "source_files": "ZXKit/ZXTabBarController/*.{h,m}",
319       "public_header_files": "ZXKit/ZXTabBarController/*.h"
320     },
321     {
322       "name": "ZXTagView",
323       "source_files": "ZXKit/ZXTagView/*.{h,m}",
324       "public_header_files": "ZXKit/ZXTagView/*.h"
325     },
326     {
327       "name": "ZXToastView",
328       "source_files": "ZXKit/ZXToastView/*.{h,m}",
329       "public_header_files": "ZXKit/ZXToastView/*.h"
330     },
331     {
332       "name": "ZXURLSession",
333       "source_files": "ZXKit/ZXURLSession/*.{h,m}",
334       "public_header_files": "ZXKit/ZXURLSession/*.h"
335     }
336   ]