[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 6 / 3 / a / ZXUtilityCode / 1.2.0 / ZXUtilityCode.podspec.json
blob134c376d4ce129a4fc027813d146cf7424083f6a
2   "name": "ZXUtilityCode",
3   "version": "1.2.0",
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.2.0"
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+PerformAction",
77       "source_files": "Core/NSObject+PerformAction/*.{h,m}",
78       "public_header_files": "Core/NSObject+PerformAction/*.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       "source_files": "Core/NSString+Unicode/*.{h,m}",
88       "public_header_files": "Core/NSString+Unicode/*.h"
89     },
90     {
91       "name": "NSString+URLEncoding",
92       "source_files": "Core/NSString+URLEncoding/*.{h,m}",
93       "public_header_files": "Core/NSString+URLEncoding/*.h"
94     },
95     {
96       "name": "QRCodeGenerator",
97       "source_files": "Core/QRCodeGenerator/*.{h,m}",
98       "public_header_files": "Core/QRCodeGenerator/*.h"
99     },
100     {
101       "name": "QRCodeReader",
102       "source_files": "Core/QRCodeReader/*.{h,m}",
103       "public_header_files": "Core/QRCodeReader/*.h"
104     },
105     {
106       "name": "QRCodeScanner",
107       "source_files": "Core/QRCodeScanner/*.{h,m}",
108       "public_header_files": "Core/QRCodeScanner/*.h",
109       "frameworks": "AVFoundation"
110     },
111     {
112       "name": "UIButton+Extra",
113       "source_files": "Core/UIButton+Extra/*.{h,m}",
114       "public_header_files": "Core/UIButton+Extra/*.h"
115     },
116     {
117       "name": "UIColor+Extra",
118       "source_files": "Core/UIColor+Extra/*.{h,m}",
119       "public_header_files": "Core/UIColor+Extra/*.h"
120     },
121     {
122       "name": "UIImage+Extra",
123       "source_files": "Core/UIImage+Extra/*.{h,m}",
124       "public_header_files": "Core/UIImage+Extra/*.h",
125       "frameworks": [
126         "CoreGraphics",
127         "ImageIO"
128       ]
129     },
130     {
131       "name": "UINetworkActivityIndicator",
132       "source_files": "Core/UINetworkActivityIndicator/*.{h,m}",
133       "public_header_files": "Core/UINetworkActivityIndicator/*.h"
134     },
135     {
136       "name": "UITableViewCell+Separator",
137       "source_files": "Core/UITableViewCell+Separator/*.{h,m}",
138       "public_header_files": "Core/UITableViewCell+Separator/*.h"
139     },
140     {
141       "name": "UIViewController+Extra",
142       "source_files": "Core/UIViewController+Extra/*.{h,m}",
143       "public_header_files": "Core/UIViewController+Extra/*.h"
144     },
145     {
146       "name": "ZXAlertView",
147       "source_files": "Core/ZXAlertView/*.{h,m}",
148       "public_header_files": "Core/ZXAlertView/*.h"
149     },
150     {
151       "name": "ZXAuthorizationManager",
152       "source_files": "Core/ZXAuthorizationManager/*.{h,m}",
153       "public_header_files": "Core/ZXAuthorizationManager/*.h",
154       "frameworks": [
155         "AddressBook",
156         "AssetsLibrary",
157         "AVFoundation",
158         "CoreLocation"
159       ],
160       "weak_frameworks": [
161         "Contacts",
162         "CoreTelephony",
163         "Photos"
164       ]
165     },
166     {
167       "name": "ZXBadgeLabel",
168       "source_files": "Core/ZXBadgeLabel/*.{h,m}",
169       "public_header_files": "Core/ZXBadgeLabel/*.h"
170     },
171     {
172       "name": "ZXHTTPClient",
173       "source_files": "Core/ZXHTTPClient/*.{h,m}",
174       "public_header_files": "Core/ZXHTTPClient/*.h",
175       "frameworks": "Security"
176     },
177     {
178       "name": "ZXImageView",
179       "source_files": "Core/ZXImageView/*.{h,m}",
180       "public_header_files": "Core/ZXImageView/*.h"
181     },
182     {
183       "name": "ZXNetworkTrafficMonitor",
184       "source_files": "Core/ZXNetworkTrafficMonitor/*.{h,m}",
185       "public_header_files": "Core/ZXNetworkTrafficMonitor/*.h"
186     },
187     {
188       "name": "ZXPageView",
189       "source_files": "Core/ZXPageView/*.{h,m}",
190       "public_header_files": "Core/ZXPageView/*.h"
191     },
192     {
193       "name": "ZXPhotoLibrary",
194       "source_files": "Core/ZXPhotoLibrary/*.{h,m}",
195       "public_header_files": "Core/ZXPhotoLibrary/*.h",
196       "frameworks": [
197         "AssetsLibrary",
198         "CoreGraphics",
199         "ImageIO"
200       ],
201       "weak_frameworks": "Photos"
202     },
203     {
204       "name": "ZXPopoverWindow",
205       "source_files": "Core/ZXPopoverWindow/*.{h,m}",
206       "public_header_files": "Core/ZXPopoverWindow/*.h"
207     },
208     {
209       "name": "ZXRefreshView",
210       "source_files": "Core/ZXRefreshView/*.{h,m}",
211       "public_header_files": "Core/ZXRefreshView/*.h"
212     },
213     {
214       "name": "ZXTabBarController",
215       "source_files": "Core/ZXTabBarController/*.{h,m}",
216       "public_header_files": "Core/ZXTabBarController/*.h"
217     },
218     {
219       "name": "ZXTagView",
220       "source_files": "Core/ZXTagView/*.{h,m}",
221       "public_header_files": "Core/ZXTagView/*.h"
222     }
223   ]