[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 3 / a / ZXUtilityCode / 2.0.2 / ZXUtilityCode.podspec.json
blob72dde535f07e93ffa963aa95b5413c94c7516fb9
2   "name": "ZXUtilityCode",
3   "version": "2.0.2",
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.2"
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": "HashValue",
42       "source_files": "Core/HashValue/*.{h,m}",
43       "public_header_files": "Core/HashValue/*.h"
44     },
45     {
46       "name": "JSONObject",
47       "source_files": "Core/JSONObject/*.{h,m}",
48       "public_header_files": "Core/JSONObject/*.h"
49     },
50     {
51       "name": "NSArray+Extra",
52       "source_files": "Core/NSArray+Extra/*.{h,m}",
53       "public_header_files": "Core/NSArray+Extra/*.h"
54     },
55     {
56       "name": "NSDate+Extra",
57       "source_files": "Core/NSDate+Extra/*.{h,m}",
58       "public_header_files": "Core/NSDate+Extra/*.h"
59     },
60     {
61       "name": "NSFileManager+Extra",
62       "source_files": "Core/NSFileManager+Extra/*.{h,m}",
63       "public_header_files": "Core/NSFileManager+Extra/*.h"
64     },
65     {
66       "name": "NSLog+Extra",
67       "source_files": "Core/NSLog+Extra/*.{h,m}",
68       "public_header_files": "Core/NSLog+Extra/*.h"
69     },
70     {
71       "name": "NSObject+Extra",
72       "source_files": "Core/NSObject+Extra/*.{h,m}",
73       "public_header_files": "Core/NSObject+Extra/*.h"
74     },
75     {
76       "name": "NSString+NumberValue",
77       "source_files": "Core/NSString+NumberValue/*.{h,m}",
78       "public_header_files": "Core/NSString+NumberValue/*.h"
79     },
80     {
81       "name": "NSString+Pinyin",
82       "source_files": "Core/NSString+Pinyin/*.{h,m}",
83       "public_header_files": "Core/NSString+Pinyin/*.h"
84     },
85     {
86       "name": "NSString+Unicode",
87       "dependencies": {
88         "ZXUtilityCode/NSObject+Extra": [
90         ]
91       },
92       "source_files": "Core/NSString+Unicode/*.{h,m}",
93       "public_header_files": "Core/NSString+Unicode/*.h"
94     },
95     {
96       "name": "NSString+URLEncoding",
97       "source_files": "Core/NSString+URLEncoding/*.{h,m}",
98       "public_header_files": "Core/NSString+URLEncoding/*.h"
99     },
100     {
101       "name": "QRCodeGenerator",
102       "source_files": "Core/QRCodeGenerator/*.{h,m}",
103       "public_header_files": "Core/QRCodeGenerator/*.h"
104     },
105     {
106       "name": "QRCodeReader",
107       "source_files": "Core/QRCodeReader/*.{h,m}",
108       "public_header_files": "Core/QRCodeReader/*.h"
109     },
110     {
111       "name": "QRCodeScanner",
112       "source_files": "Core/QRCodeScanner/*.{h,m}",
113       "public_header_files": "Core/QRCodeScanner/*.h",
114       "frameworks": "AVFoundation"
115     },
116     {
117       "name": "UIApplicationIdleTimer",
118       "source_files": "Core/UIApplicationIdleTimer/*.{h,m}",
119       "public_header_files": "Core/UIApplicationIdleTimer/*.h"
120     },
121     {
122       "name": "UIColor+Extra",
123       "source_files": "Core/UIColor+Extra/*.{h,m}",
124       "public_header_files": "Core/UIColor+Extra/*.h"
125     },
126     {
127       "name": "UIImage+Extra",
128       "source_files": "Core/UIImage+Extra/*.{h,m}",
129       "public_header_files": "Core/UIImage+Extra/*.h",
130       "frameworks": [
131         "CoreGraphics",
132         "ImageIO"
133       ]
134     },
135     {
136       "name": "UINetworkActivityIndicator",
137       "source_files": "Core/UINetworkActivityIndicator/*.{h,m}",
138       "public_header_files": "Core/UINetworkActivityIndicator/*.h"
139     },
140     {
141       "name": "UITableViewCell+Separator",
142       "source_files": "Core/UITableViewCell+Separator/*.{h,m}",
143       "public_header_files": "Core/UITableViewCell+Separator/*.h"
144     },
145     {
146       "name": "UIView+Snapshot",
147       "source_files": "Core/UIView+Snapshot/*.{h,m}",
148       "public_header_files": "Core/UIView+Snapshot/*.h"
149     },
150     {
151       "name": "UIViewController+Extra",
152       "source_files": "Core/UIViewController+Extra/*.{h,m}",
153       "public_header_files": "Core/UIViewController+Extra/*.h"
154     },
155     {
156       "name": "ZXAlertView",
157       "source_files": "Core/ZXAlertView/*.{h,m}",
158       "public_header_files": "Core/ZXAlertView/*.h"
159     },
160     {
161       "name": "ZXAuthorizationHelper",
162       "source_files": "Core/ZXAuthorizationHelper/*.{h,m}",
163       "public_header_files": "Core/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": "Core/ZXBadgeLabel/*.{h,m}",
179       "public_header_files": "Core/ZXBadgeLabel/*.h"
180     },
181     {
182       "name": "ZXBrightnessView",
183       "dependencies": {
184         "ZXUtilityCode/UIColor+Extra": [
186         ]
187       },
188       "source_files": "Core/ZXBrightnessView/*.{h,m}",
189       "public_header_files": "Core/ZXBrightnessView/*.h",
190       "resources": "Core/ZXBrightnessView/ZXBrightnessView.bundle"
191     },
192     {
193       "name": "ZXCircularProgressView",
194       "source_files": "Core/ZXCircularProgressView/*.{h,m}",
195       "public_header_files": "Core/ZXCircularProgressView/*.h"
196     },
197     {
198       "name": "ZXDownloadManager",
199       "dependencies": {
200         "ZXUtilityCode/HashValue": [
202         ]
203       },
204       "source_files": "Core/ZXDownloadManager/*.{h,m}",
205       "public_header_files": "Core/ZXDownloadManager/*.h"
206     },
207     {
208       "name": "ZXDrawingView",
209       "source_files": "Core/ZXDrawingView/*.{h,m}",
210       "public_header_files": "Core/ZXDrawingView/*.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/ZXURLSession": [
223         ]
224       },
225       "source_files": "Core/ZXImageView/*.{h,m}",
226       "public_header_files": "Core/ZXImageView/*.h"
227     },
228     {
229       "name": "ZXNetworkTrafficMonitor",
230       "source_files": "Core/ZXNetworkTrafficMonitor/*.{h,m}",
231       "public_header_files": "Core/ZXNetworkTrafficMonitor/*.h"
232     },
233     {
234       "name": "ZXPageIndicatorView",
235       "source_files": "Core/ZXPageIndicatorView/*.{h,m}",
236       "public_header_files": "Core/ZXPageIndicatorView/*.h"
237     },
238     {
239       "name": "ZXPageView",
240       "source_files": "Core/ZXPageView/*.{h,m}",
241       "public_header_files": "Core/ZXPageView/*.h"
242     },
243     {
244       "name": "ZXPhotoLibrary",
245       "source_files": "Core/ZXPhotoLibrary/*.{h,m}",
246       "public_header_files": "Core/ZXPhotoLibrary/*.h",
247       "frameworks": [
248         "AssetsLibrary",
249         "CoreGraphics",
250         "ImageIO"
251       ],
252       "weak_frameworks": "Photos"
253     },
254     {
255       "name": "ZXPlayerViewController",
256       "dependencies": {
257         "ZXUtilityCode/NSObject+Extra": [
259         ],
260         "ZXUtilityCode/UIViewController+Extra": [
262         ],
263         "ZXUtilityCode/ZXBrightnessView": [
265         ]
266       },
267       "source_files": "Core/ZXPlayerViewController/*.{h,m}",
268       "public_header_files": "Core/ZXPlayerViewController/*.h",
269       "frameworks": [
270         "AVFoundation",
271         "MediaPlayer"
272       ]
273     },
274     {
275       "name": "ZXPopoverWindow",
276       "source_files": "Core/ZXPopoverWindow/*.{h,m}",
277       "public_header_files": "Core/ZXPopoverWindow/*.h"
278     },
279     {
280       "name": "ZXRefreshView",
281       "dependencies": {
282         "ZXUtilityCode/ZXCircularProgressView": [
284         ]
285       },
286       "source_files": "Core/ZXRefreshView/*.{h,m}",
287       "public_header_files": "Core/ZXRefreshView/*.h"
288     },
289     {
290       "name": "ZXTabBarController",
291       "source_files": "Core/ZXTabBarController/*.{h,m}",
292       "public_header_files": "Core/ZXTabBarController/*.h"
293     },
294     {
295       "name": "ZXTagView",
296       "source_files": "Core/ZXTagView/*.{h,m}",
297       "public_header_files": "Core/ZXTagView/*.h"
298     },
299     {
300       "name": "ZXToastView",
301       "source_files": "Core/ZXToastView/*.{h,m}",
302       "public_header_files": "Core/ZXToastView/*.h"
303     },
304     {
305       "name": "ZXURLSession",
306       "source_files": "Core/ZXURLSession/*.{h,m}",
307       "public_header_files": "Core/ZXURLSession/*.h"
308     }
309   ]