[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 6 / 3 / a / ZXUtilityCode / 1.5.8 / ZXUtilityCode.podspec.json
blob094ab68d798761ecdd89f267accabb9f7337e57a
2   "name": "ZXUtilityCode",
3   "version": "1.5.8",
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": "1.5.8"
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": "AVAudioProximityDetector",
31       "source_files": "Core/AVAudioProximityDetector/*.{h,m}",
32       "public_header_files": "Core/AVAudioProximityDetector/*.h",
33       "frameworks": "AVFoundation"
34     },
35     {
36       "name": "Base64Encoding",
37       "source_files": "Core/Base64Encoding/*.{h,m}",
38       "public_header_files": "Core/Base64Encoding/*.h"
39     },
40     {
41       "name": "DispatchQueue",
42       "source_files": "Core/DispatchQueue/*.{h,m}",
43       "public_header_files": "Core/DispatchQueue/*.h"
44     },
45     {
46       "name": "HashValue",
47       "source_files": "Core/HashValue/*.{h,m}",
48       "public_header_files": "Core/HashValue/*.h"
49     },
50     {
51       "name": "JSONObject",
52       "source_files": "Core/JSONObject/*.{h,m}",
53       "public_header_files": "Core/JSONObject/*.h"
54     },
55     {
56       "name": "NSArray+Extra",
57       "source_files": "Core/NSArray+Extra/*.{h,m}",
58       "public_header_files": "Core/NSArray+Extra/*.h"
59     },
60     {
61       "name": "NSDate+Extra",
62       "source_files": "Core/NSDate+Extra/*.{h,m}",
63       "public_header_files": "Core/NSDate+Extra/*.h"
64     },
65     {
66       "name": "NSFileManager+Extra",
67       "source_files": "Core/NSFileManager+Extra/*.{h,m}",
68       "public_header_files": "Core/NSFileManager+Extra/*.h"
69     },
70     {
71       "name": "NSLog+Extra",
72       "source_files": "Core/NSLog+Extra/*.{h,m}",
73       "public_header_files": "Core/NSLog+Extra/*.h"
74     },
75     {
76       "name": "NSObject+Extra",
77       "source_files": "Core/NSObject+Extra/*.{h,m}",
78       "public_header_files": "Core/NSObject+Extra/*.h"
79     },
80     {
81       "name": "NSString+NumberValue",
82       "source_files": "Core/NSString+NumberValue/*.{h,m}",
83       "public_header_files": "Core/NSString+NumberValue/*.h"
84     },
85     {
86       "name": "NSString+Pinyin",
87       "source_files": "Core/NSString+Pinyin/*.{h,m}",
88       "public_header_files": "Core/NSString+Pinyin/*.h"
89     },
90     {
91       "name": "NSString+Unicode",
92       "dependencies": {
93         "ZXUtilityCode/NSObject+Extra": [
95         ]
96       },
97       "source_files": "Core/NSString+Unicode/*.{h,m}",
98       "public_header_files": "Core/NSString+Unicode/*.h"
99     },
100     {
101       "name": "NSString+URLEncoding",
102       "source_files": "Core/NSString+URLEncoding/*.{h,m}",
103       "public_header_files": "Core/NSString+URLEncoding/*.h"
104     },
105     {
106       "name": "QRCodeGenerator",
107       "source_files": "Core/QRCodeGenerator/*.{h,m}",
108       "public_header_files": "Core/QRCodeGenerator/*.h"
109     },
110     {
111       "name": "QRCodeReader",
112       "source_files": "Core/QRCodeReader/*.{h,m}",
113       "public_header_files": "Core/QRCodeReader/*.h"
114     },
115     {
116       "name": "QRCodeScanner",
117       "source_files": "Core/QRCodeScanner/*.{h,m}",
118       "public_header_files": "Core/QRCodeScanner/*.h",
119       "frameworks": "AVFoundation"
120     },
121     {
122       "name": "UIApplicationIdleTimer",
123       "source_files": "Core/UIApplicationIdleTimer/*.{h,m}",
124       "public_header_files": "Core/UIApplicationIdleTimer/*.h"
125     },
126     {
127       "name": "UIButton+Extra",
128       "dependencies": {
129         "ZXUtilityCode/NSObject+Extra": [
131         ]
132       },
133       "source_files": "Core/UIButton+Extra/*.{h,m}",
134       "public_header_files": "Core/UIButton+Extra/*.h"
135     },
136     {
137       "name": "UIColor+Extra",
138       "source_files": "Core/UIColor+Extra/*.{h,m}",
139       "public_header_files": "Core/UIColor+Extra/*.h"
140     },
141     {
142       "name": "UIImage+Extra",
143       "source_files": "Core/UIImage+Extra/*.{h,m}",
144       "public_header_files": "Core/UIImage+Extra/*.h",
145       "frameworks": [
146         "CoreGraphics",
147         "ImageIO"
148       ]
149     },
150     {
151       "name": "UINetworkActivityIndicator",
152       "source_files": "Core/UINetworkActivityIndicator/*.{h,m}",
153       "public_header_files": "Core/UINetworkActivityIndicator/*.h"
154     },
155     {
156       "name": "UITableViewCell+Separator",
157       "source_files": "Core/UITableViewCell+Separator/*.{h,m}",
158       "public_header_files": "Core/UITableViewCell+Separator/*.h"
159     },
160     {
161       "name": "UIView+Snapshot",
162       "source_files": "Core/UIView+Snapshot/*.{h,m}",
163       "public_header_files": "Core/UIView+Snapshot/*.h"
164     },
165     {
166       "name": "UIViewController+Extra",
167       "source_files": "Core/UIViewController+Extra/*.{h,m}",
168       "public_header_files": "Core/UIViewController+Extra/*.h"
169     },
170     {
171       "name": "ZXAlertView",
172       "source_files": "Core/ZXAlertView/*.{h,m}",
173       "public_header_files": "Core/ZXAlertView/*.h"
174     },
175     {
176       "name": "ZXAuthorizationManager",
177       "source_files": "Core/ZXAuthorizationManager/*.{h,m}",
178       "public_header_files": "Core/ZXAuthorizationManager/*.h",
179       "frameworks": [
180         "AddressBook",
181         "AssetsLibrary",
182         "AVFoundation",
183         "CoreLocation"
184       ],
185       "weak_frameworks": [
186         "Contacts",
187         "CoreTelephony",
188         "Photos"
189       ]
190     },
191     {
192       "name": "ZXBadgeLabel",
193       "source_files": "Core/ZXBadgeLabel/*.{h,m}",
194       "public_header_files": "Core/ZXBadgeLabel/*.h"
195     },
196     {
197       "name": "ZXCircularProgressView",
198       "source_files": "Core/ZXCircularProgressView/*.{h,m}",
199       "public_header_files": "Core/ZXCircularProgressView/*.h"
200     },
201     {
202       "name": "ZXDownloadManager",
203       "dependencies": {
204         "ZXUtilityCode/HashValue": [
206         ]
207       },
208       "source_files": "Core/ZXDownloadManager/*.{h,m}",
209       "public_header_files": "Core/ZXDownloadManager/*.h"
210     },
211     {
212       "name": "ZXDrawingView",
213       "source_files": "Core/ZXDrawingView/*.{h,m}",
214       "public_header_files": "Core/ZXDrawingView/*.h"
215     },
216     {
217       "name": "ZXHTTPClient",
218       "source_files": "Core/ZXHTTPClient/*.{h,m}",
219       "public_header_files": "Core/ZXHTTPClient/*.h",
220       "frameworks": "Security"
221     },
222     {
223       "name": "ZXImageView",
224       "source_files": "Core/ZXImageView/*.{h,m}",
225       "public_header_files": "Core/ZXImageView/*.h"
226     },
227     {
228       "name": "ZXNetworkTrafficMonitor",
229       "source_files": "Core/ZXNetworkTrafficMonitor/*.{h,m}",
230       "public_header_files": "Core/ZXNetworkTrafficMonitor/*.h"
231     },
232     {
233       "name": "ZXPageIndicatorView",
234       "source_files": "Core/ZXPageIndicatorView/*.{h,m}",
235       "public_header_files": "Core/ZXPageIndicatorView/*.h"
236     },
237     {
238       "name": "ZXPageView",
239       "source_files": "Core/ZXPageView/*.{h,m}",
240       "public_header_files": "Core/ZXPageView/*.h"
241     },
242     {
243       "name": "ZXPhotoLibrary",
244       "source_files": "Core/ZXPhotoLibrary/*.{h,m}",
245       "public_header_files": "Core/ZXPhotoLibrary/*.h",
246       "frameworks": [
247         "AssetsLibrary",
248         "CoreGraphics",
249         "ImageIO"
250       ],
251       "weak_frameworks": "Photos"
252     },
253     {
254       "name": "ZXPlayerViewController",
255       "dependencies": {
256         "ZXUtilityCode/NSObject+Extra": [
258         ],
259         "ZXUtilityCode/UIViewController+Extra": [
261         ]
262       },
263       "source_files": "Core/ZXPlayerViewController/*.{h,m}",
264       "public_header_files": "Core/ZXPlayerViewController/*.h",
265       "frameworks": [
266         "AVFoundation",
267         "MediaPlayer"
268       ]
269     },
270     {
271       "name": "ZXPopoverWindow",
272       "source_files": "Core/ZXPopoverWindow/*.{h,m}",
273       "public_header_files": "Core/ZXPopoverWindow/*.h"
274     },
275     {
276       "name": "ZXRefreshView",
277       "dependencies": {
278         "ZXUtilityCode/ZXCircularProgressView": [
280         ]
281       },
282       "source_files": "Core/ZXRefreshView/*.{h,m}",
283       "public_header_files": "Core/ZXRefreshView/*.h"
284     },
285     {
286       "name": "ZXTabBarController",
287       "source_files": "Core/ZXTabBarController/*.{h,m}",
288       "public_header_files": "Core/ZXTabBarController/*.h"
289     },
290     {
291       "name": "ZXTagView",
292       "source_files": "Core/ZXTagView/*.{h,m}",
293       "public_header_files": "Core/ZXTagView/*.h"
294     }
295   ]