[Add] SHUJUSHUO 0.2.1
[CocoaPods.git] / Specs / 6 / 3 / a / ZXUtilityCode / 2.0.7 / ZXUtilityCode.podspec.json
blob202f4e9e3c2e5c2ca24d908472b601775277f867
2   "name": "ZXUtilityCode",
3   "version": "2.0.7",
4   "summary": "Utility codes for iOS.",
5   "description": "Provides a few utility codes for iOS.",
6   "homepage": "https://github.com/xinyzhao/ZXUtilityCode",
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/ZXUtilityCode.git",
19     "tag": "2.0.7"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "source_files": "Core/ZXUtilityCode.h",
27   "public_header_files": "Core/ZXUtilityCode.h",
28   "subspecs": [
29     {
30       "name": "Base64Encoding",
31       "source_files": "Core/Base64Encoding/*.{h,m}",
32       "public_header_files": "Core/Base64Encoding/*.h"
33     },
34     {
35       "name": "JSONObject",
36       "source_files": "Core/JSONObject/*.{h,m}",
37       "public_header_files": "Core/JSONObject/*.h"
38     },
39     {
40       "name": "NSArray+Extra",
41       "source_files": "Core/NSArray+Extra/*.{h,m}",
42       "public_header_files": "Core/NSArray+Extra/*.h"
43     },
44     {
45       "name": "NSDate+Extra",
46       "source_files": "Core/NSDate+Extra/*.{h,m}",
47       "public_header_files": "Core/NSDate+Extra/*.h"
48     },
49     {
50       "name": "NSFileManager+Extra",
51       "source_files": "Core/NSFileManager+Extra/*.{h,m}",
52       "public_header_files": "Core/NSFileManager+Extra/*.h"
53     },
54     {
55       "name": "NSLog+Extra",
56       "source_files": "Core/NSLog+Extra/*.{h,m}",
57       "public_header_files": "Core/NSLog+Extra/*.h"
58     },
59     {
60       "name": "NSObject+Extra",
61       "source_files": "Core/NSObject+Extra/*.{h,m}",
62       "public_header_files": "Core/NSObject+Extra/*.h"
63     },
64     {
65       "name": "NSString+NumberValue",
66       "source_files": "Core/NSString+NumberValue/*.{h,m}",
67       "public_header_files": "Core/NSString+NumberValue/*.h"
68     },
69     {
70       "name": "NSString+Pinyin",
71       "source_files": "Core/NSString+Pinyin/*.{h,m}",
72       "public_header_files": "Core/NSString+Pinyin/*.h"
73     },
74     {
75       "name": "NSString+Unicode",
76       "dependencies": {
77         "ZXUtilityCode/NSObject+Extra": [
79         ]
80       },
81       "source_files": "Core/NSString+Unicode/*.{h,m}",
82       "public_header_files": "Core/NSString+Unicode/*.h"
83     },
84     {
85       "name": "NSString+URLEncoding",
86       "source_files": "Core/NSString+URLEncoding/*.{h,m}",
87       "public_header_files": "Core/NSString+URLEncoding/*.h"
88     },
89     {
90       "name": "QRCodeGenerator",
91       "source_files": "Core/QRCodeGenerator/*.{h,m}",
92       "public_header_files": "Core/QRCodeGenerator/*.h"
93     },
94     {
95       "name": "QRCodeReader",
96       "source_files": "Core/QRCodeReader/*.{h,m}",
97       "public_header_files": "Core/QRCodeReader/*.h"
98     },
99     {
100       "name": "QRCodeScanner",
101       "source_files": "Core/QRCodeScanner/*.{h,m}",
102       "public_header_files": "Core/QRCodeScanner/*.h",
103       "frameworks": "AVFoundation"
104     },
105     {
106       "name": "UIApplicationIdleTimer",
107       "source_files": "Core/UIApplicationIdleTimer/*.{h,m}",
108       "public_header_files": "Core/UIApplicationIdleTimer/*.h"
109     },
110     {
111       "name": "UIColor+Extra",
112       "source_files": "Core/UIColor+Extra/*.{h,m}",
113       "public_header_files": "Core/UIColor+Extra/*.h"
114     },
115     {
116       "name": "UIImage+Extra",
117       "source_files": "Core/UIImage+Extra/*.{h,m}",
118       "public_header_files": "Core/UIImage+Extra/*.h",
119       "frameworks": [
120         "CoreGraphics",
121         "ImageIO"
122       ]
123     },
124     {
125       "name": "UINetworkActivityIndicator",
126       "source_files": "Core/UINetworkActivityIndicator/*.{h,m}",
127       "public_header_files": "Core/UINetworkActivityIndicator/*.h"
128     },
129     {
130       "name": "UITableViewCell+Separator",
131       "source_files": "Core/UITableViewCell+Separator/*.{h,m}",
132       "public_header_files": "Core/UITableViewCell+Separator/*.h"
133     },
134     {
135       "name": "UIView+Snapshot",
136       "source_files": "Core/UIView+Snapshot/*.{h,m}",
137       "public_header_files": "Core/UIView+Snapshot/*.h"
138     },
139     {
140       "name": "UIViewController+Extra",
141       "source_files": "Core/UIViewController+Extra/*.{h,m}",
142       "public_header_files": "Core/UIViewController+Extra/*.h"
143     },
144     {
145       "name": "ZXAlertView",
146       "source_files": "Core/ZXAlertView/*.{h,m}",
147       "public_header_files": "Core/ZXAlertView/*.h"
148     },
149     {
150       "name": "ZXAudioDevice",
151       "source_files": "Core/ZXAudioDevice/*.{h,m}",
152       "public_header_files": "Core/ZXAudioDevice/*.h",
153       "frameworks": "AVFoundation"
154     },
155     {
156       "name": "ZXAuthorizationHelper",
157       "source_files": "Core/ZXAuthorizationHelper/*.{h,m}",
158       "public_header_files": "Core/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": "Core/ZXBadgeLabel/*.{h,m}",
174       "public_header_files": "Core/ZXBadgeLabel/*.h"
175     },
176     {
177       "name": "ZXBrightnessView",
178       "dependencies": {
179         "ZXUtilityCode/UIColor+Extra": [
181         ]
182       },
183       "source_files": "Core/ZXBrightnessView/*.{h,m}",
184       "public_header_files": "Core/ZXBrightnessView/*.h",
185       "resources": "Core/ZXBrightnessView/ZXBrightnessView.bundle"
186     },
187     {
188       "name": "ZXCircularProgressView",
189       "source_files": "Core/ZXCircularProgressView/*.{h,m}",
190       "public_header_files": "Core/ZXCircularProgressView/*.h"
191     },
192     {
193       "name": "ZXDownloadManager",
194       "dependencies": {
195         "ZXUtilityCode/ZXHashValue": [
197         ]
198       },
199       "source_files": "Core/ZXDownloadManager/*.{h,m}",
200       "public_header_files": "Core/ZXDownloadManager/*.h"
201     },
202     {
203       "name": "ZXDrawingView",
204       "source_files": "Core/ZXDrawingView/*.{h,m}",
205       "public_header_files": "Core/ZXDrawingView/*.h"
206     },
207     {
208       "name": "ZXHashValue",
209       "source_files": "Core/ZXHashValue/*.{h,m}",
210       "public_header_files": "Core/ZXHashValue/*.h"
211     },
212     {
213       "name": "ZXHTTPClient",
214       "source_files": "Core/ZXHTTPClient/*.{h,m}",
215       "public_header_files": "Core/ZXHTTPClient/*.h",
216       "frameworks": "Security"
217     },
218     {
219       "name": "ZXImageView",
220       "dependencies": {
221         "ZXUtilityCode/ZXHashValue": [
223         ],
224         "ZXUtilityCode/ZXURLSession": [
226         ]
227       },
228       "source_files": "Core/ZXImageView/*.{h,m}",
229       "public_header_files": "Core/ZXImageView/*.h"
230     },
231     {
232       "name": "ZXNetworkTrafficMonitor",
233       "source_files": "Core/ZXNetworkTrafficMonitor/*.{h,m}",
234       "public_header_files": "Core/ZXNetworkTrafficMonitor/*.h"
235     },
236     {
237       "name": "ZXPageIndicatorView",
238       "source_files": "Core/ZXPageIndicatorView/*.{h,m}",
239       "public_header_files": "Core/ZXPageIndicatorView/*.h"
240     },
241     {
242       "name": "ZXPageView",
243       "source_files": "Core/ZXPageView/*.{h,m}",
244       "public_header_files": "Core/ZXPageView/*.h"
245     },
246     {
247       "name": "ZXPhotoLibrary",
248       "source_files": "Core/ZXPhotoLibrary/*.{h,m}",
249       "public_header_files": "Core/ZXPhotoLibrary/*.h",
250       "frameworks": [
251         "AssetsLibrary",
252         "CoreGraphics",
253         "ImageIO"
254       ],
255       "weak_frameworks": "Photos"
256     },
257     {
258       "name": "ZXPlayerViewController",
259       "dependencies": {
260         "ZXUtilityCode/NSObject+Extra": [
262         ],
263         "ZXUtilityCode/UIViewController+Extra": [
265         ],
266         "ZXUtilityCode/ZXBrightnessView": [
268         ]
269       },
270       "source_files": "Core/ZXPlayerViewController/*.{h,m}",
271       "public_header_files": "Core/ZXPlayerViewController/*.h",
272       "frameworks": [
273         "AVFoundation",
274         "MediaPlayer"
275       ]
276     },
277     {
278       "name": "ZXPopoverWindow",
279       "source_files": "Core/ZXPopoverWindow/*.{h,m}",
280       "public_header_files": "Core/ZXPopoverWindow/*.h"
281     },
282     {
283       "name": "ZXRefreshView",
284       "dependencies": {
285         "ZXUtilityCode/ZXCircularProgressView": [
287         ]
288       },
289       "source_files": "Core/ZXRefreshView/*.{h,m}",
290       "public_header_files": "Core/ZXRefreshView/*.h"
291     },
292     {
293       "name": "ZXTabBarController",
294       "source_files": "Core/ZXTabBarController/*.{h,m}",
295       "public_header_files": "Core/ZXTabBarController/*.h"
296     },
297     {
298       "name": "ZXTagView",
299       "source_files": "Core/ZXTagView/*.{h,m}",
300       "public_header_files": "Core/ZXTagView/*.h"
301     },
302     {
303       "name": "ZXToastView",
304       "source_files": "Core/ZXToastView/*.{h,m}",
305       "public_header_files": "Core/ZXToastView/*.h"
306     },
307     {
308       "name": "ZXURLSession",
309       "source_files": "Core/ZXURLSession/*.{h,m}",
310       "public_header_files": "Core/ZXURLSession/*.h"
311     }
312   ]