[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / 4 / 1 / ZXToolbox / 1.0.6 / ZXToolbox.podspec.json
blob00c1b2732ecff42f62dcd54ad0ff16969773ddef
2   "name": "ZXToolbox",
3   "version": "1.0.6",
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.0.6"
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": "ZXHashValue",
209       "source_files": "ZXKit/ZXHashValue/*.{h,m}",
210       "public_header_files": "ZXKit/ZXHashValue/*.h"
211     },
212     {
213       "name": "ZXHTTPClient",
214       "source_files": "ZXKit/ZXHTTPClient/*.{h,m}",
215       "public_header_files": "ZXKit/ZXHTTPClient/*.h",
216       "frameworks": "Security"
217     },
218     {
219       "name": "ZXImageView",
220       "dependencies": {
221         "ZXToolbox/ZXHashValue": [
223         ],
224         "ZXToolbox/ZXURLSession": [
226         ]
227       },
228       "source_files": "ZXKit/ZXImageView/*.{h,m}",
229       "public_header_files": "ZXKit/ZXImageView/*.h"
230     },
231     {
232       "name": "ZXNetworkTrafficMonitor",
233       "source_files": "ZXKit/ZXNetworkTrafficMonitor/*.{h,m}",
234       "public_header_files": "ZXKit/ZXNetworkTrafficMonitor/*.h"
235     },
236     {
237       "name": "ZXPageIndicatorView",
238       "source_files": "ZXKit/ZXPageIndicatorView/*.{h,m}",
239       "public_header_files": "ZXKit/ZXPageIndicatorView/*.h"
240     },
241     {
242       "name": "ZXPageView",
243       "source_files": "ZXKit/ZXPageView/*.{h,m}",
244       "public_header_files": "ZXKit/ZXPageView/*.h"
245     },
246     {
247       "name": "ZXPhotoLibrary",
248       "source_files": "ZXKit/ZXPhotoLibrary/*.{h,m}",
249       "public_header_files": "ZXKit/ZXPhotoLibrary/*.h",
250       "frameworks": [
251         "AssetsLibrary",
252         "CoreGraphics",
253         "ImageIO"
254       ],
255       "weak_frameworks": "Photos"
256     },
257     {
258       "name": "ZXPlayerViewController",
259       "dependencies": {
260         "ZXToolbox/NSObject+Extra": [
262         ],
263         "ZXToolbox/UIViewController+Extra": [
265         ],
266         "ZXToolbox/ZXBrightnessView": [
268         ]
269       },
270       "source_files": "ZXKit/ZXPlayerViewController/*.{h,m}",
271       "public_header_files": "ZXKit/ZXPlayerViewController/*.h",
272       "frameworks": [
273         "AVFoundation",
274         "MediaPlayer"
275       ]
276     },
277     {
278       "name": "ZXPopoverWindow",
279       "source_files": "ZXKit/ZXPopoverWindow/*.{h,m}",
280       "public_header_files": "ZXKit/ZXPopoverWindow/*.h"
281     },
282     {
283       "name": "ZXRefreshView",
284       "dependencies": {
285         "ZXToolbox/ZXCircularProgressView": [
287         ]
288       },
289       "source_files": "ZXKit/ZXRefreshView/*.{h,m}",
290       "public_header_files": "ZXKit/ZXRefreshView/*.h"
291     },
292     {
293       "name": "ZXTabBarController",
294       "source_files": "ZXKit/ZXTabBarController/*.{h,m}",
295       "public_header_files": "ZXKit/ZXTabBarController/*.h"
296     },
297     {
298       "name": "ZXTagView",
299       "source_files": "ZXKit/ZXTagView/*.{h,m}",
300       "public_header_files": "ZXKit/ZXTagView/*.h"
301     },
302     {
303       "name": "ZXToastView",
304       "source_files": "ZXKit/ZXToastView/*.{h,m}",
305       "public_header_files": "ZXKit/ZXToastView/*.h"
306     },
307     {
308       "name": "ZXURLSession",
309       "source_files": "ZXKit/ZXURLSession/*.{h,m}",
310       "public_header_files": "ZXKit/ZXURLSession/*.h"
311     }
312   ]