2 "name": "ZXUtilityCode",
4 "summary": "Utility codes for iOS.",
5 "description": "Provides a few utility codes for iOS.",
6 "homepage": "https://github.com/xinyzhao/ZXUtilityCode",
12 "xinyzhao": "xinyzhao@qq.com"
18 "git": "https://github.com/xinyzhao/ZXUtilityCode.git",
26 "source_files": "Core/ZXUtilityCode.h",
27 "public_header_files": "Core/ZXUtilityCode.h",
30 "name": "Base64Encoding",
31 "source_files": "Core/Base64Encoding/*.{h,m}",
32 "public_header_files": "Core/Base64Encoding/*.h"
36 "source_files": "Core/JSONObject/*.{h,m}",
37 "public_header_files": "Core/JSONObject/*.h"
40 "name": "NSArray+Extra",
41 "source_files": "Core/NSArray+Extra/*.{h,m}",
42 "public_header_files": "Core/NSArray+Extra/*.h"
45 "name": "NSDate+Extra",
46 "source_files": "Core/NSDate+Extra/*.{h,m}",
47 "public_header_files": "Core/NSDate+Extra/*.h"
50 "name": "NSFileManager+Extra",
51 "source_files": "Core/NSFileManager+Extra/*.{h,m}",
52 "public_header_files": "Core/NSFileManager+Extra/*.h"
55 "name": "NSLog+Extra",
56 "source_files": "Core/NSLog+Extra/*.{h,m}",
57 "public_header_files": "Core/NSLog+Extra/*.h"
60 "name": "NSObject+Extra",
61 "source_files": "Core/NSObject+Extra/*.{h,m}",
62 "public_header_files": "Core/NSObject+Extra/*.h"
65 "name": "NSString+NumberValue",
66 "source_files": "Core/NSString+NumberValue/*.{h,m}",
67 "public_header_files": "Core/NSString+NumberValue/*.h"
70 "name": "NSString+Pinyin",
71 "source_files": "Core/NSString+Pinyin/*.{h,m}",
72 "public_header_files": "Core/NSString+Pinyin/*.h"
75 "name": "NSString+Unicode",
77 "ZXUtilityCode/NSObject+Extra": [
81 "source_files": "Core/NSString+Unicode/*.{h,m}",
82 "public_header_files": "Core/NSString+Unicode/*.h"
85 "name": "NSString+URLEncoding",
86 "source_files": "Core/NSString+URLEncoding/*.{h,m}",
87 "public_header_files": "Core/NSString+URLEncoding/*.h"
90 "name": "QRCodeGenerator",
91 "source_files": "Core/QRCodeGenerator/*.{h,m}",
92 "public_header_files": "Core/QRCodeGenerator/*.h"
95 "name": "QRCodeReader",
96 "source_files": "Core/QRCodeReader/*.{h,m}",
97 "public_header_files": "Core/QRCodeReader/*.h"
100 "name": "QRCodeScanner",
101 "source_files": "Core/QRCodeScanner/*.{h,m}",
102 "public_header_files": "Core/QRCodeScanner/*.h",
103 "frameworks": "AVFoundation"
106 "name": "UIApplicationIdleTimer",
107 "source_files": "Core/UIApplicationIdleTimer/*.{h,m}",
108 "public_header_files": "Core/UIApplicationIdleTimer/*.h"
111 "name": "UIColor+Extra",
112 "source_files": "Core/UIColor+Extra/*.{h,m}",
113 "public_header_files": "Core/UIColor+Extra/*.h"
116 "name": "UIImage+Extra",
117 "source_files": "Core/UIImage+Extra/*.{h,m}",
118 "public_header_files": "Core/UIImage+Extra/*.h",
125 "name": "UINetworkActivityIndicator",
126 "source_files": "Core/UINetworkActivityIndicator/*.{h,m}",
127 "public_header_files": "Core/UINetworkActivityIndicator/*.h"
130 "name": "UITableViewCell+Separator",
131 "source_files": "Core/UITableViewCell+Separator/*.{h,m}",
132 "public_header_files": "Core/UITableViewCell+Separator/*.h"
135 "name": "UIView+Snapshot",
136 "source_files": "Core/UIView+Snapshot/*.{h,m}",
137 "public_header_files": "Core/UIView+Snapshot/*.h"
140 "name": "UIViewController+Extra",
141 "source_files": "Core/UIViewController+Extra/*.{h,m}",
142 "public_header_files": "Core/UIViewController+Extra/*.h"
145 "name": "ZXAlertView",
146 "source_files": "Core/ZXAlertView/*.{h,m}",
147 "public_header_files": "Core/ZXAlertView/*.h"
150 "name": "ZXAudioDevice",
151 "source_files": "Core/ZXAudioDevice/*.{h,m}",
152 "public_header_files": "Core/ZXAudioDevice/*.h",
153 "frameworks": "AVFoundation"
156 "name": "ZXAuthorizationHelper",
157 "source_files": "Core/ZXAuthorizationHelper/*.{h,m}",
158 "public_header_files": "Core/ZXAuthorizationHelper/*.h",
172 "name": "ZXBadgeLabel",
173 "source_files": "Core/ZXBadgeLabel/*.{h,m}",
174 "public_header_files": "Core/ZXBadgeLabel/*.h"
177 "name": "ZXBrightnessView",
179 "ZXUtilityCode/UIColor+Extra": [
183 "source_files": "Core/ZXBrightnessView/*.{h,m}",
184 "public_header_files": "Core/ZXBrightnessView/*.h",
185 "resources": "Core/ZXBrightnessView/ZXBrightnessView.bundle"
188 "name": "ZXCircularProgressView",
189 "source_files": "Core/ZXCircularProgressView/*.{h,m}",
190 "public_header_files": "Core/ZXCircularProgressView/*.h"
193 "name": "ZXDownloadManager",
195 "ZXUtilityCode/ZXHashValue": [
199 "source_files": "Core/ZXDownloadManager/*.{h,m}",
200 "public_header_files": "Core/ZXDownloadManager/*.h"
203 "name": "ZXDrawingView",
204 "source_files": "Core/ZXDrawingView/*.{h,m}",
205 "public_header_files": "Core/ZXDrawingView/*.h"
208 "name": "ZXHashValue",
209 "source_files": "Core/ZXHashValue/*.{h,m}",
210 "public_header_files": "Core/ZXHashValue/*.h"
213 "name": "ZXHTTPClient",
214 "source_files": "Core/ZXHTTPClient/*.{h,m}",
215 "public_header_files": "Core/ZXHTTPClient/*.h",
216 "frameworks": "Security"
219 "name": "ZXImageView",
221 "ZXUtilityCode/ZXHashValue": [
224 "ZXUtilityCode/ZXURLSession": [
228 "source_files": "Core/ZXImageView/*.{h,m}",
229 "public_header_files": "Core/ZXImageView/*.h"
232 "name": "ZXNetworkTrafficMonitor",
233 "source_files": "Core/ZXNetworkTrafficMonitor/*.{h,m}",
234 "public_header_files": "Core/ZXNetworkTrafficMonitor/*.h"
237 "name": "ZXPageIndicatorView",
238 "source_files": "Core/ZXPageIndicatorView/*.{h,m}",
239 "public_header_files": "Core/ZXPageIndicatorView/*.h"
242 "name": "ZXPageView",
243 "source_files": "Core/ZXPageView/*.{h,m}",
244 "public_header_files": "Core/ZXPageView/*.h"
247 "name": "ZXPhotoLibrary",
248 "source_files": "Core/ZXPhotoLibrary/*.{h,m}",
249 "public_header_files": "Core/ZXPhotoLibrary/*.h",
255 "weak_frameworks": "Photos"
258 "name": "ZXPlayerViewController",
260 "ZXUtilityCode/NSObject+Extra": [
263 "ZXUtilityCode/UIViewController+Extra": [
266 "ZXUtilityCode/ZXBrightnessView": [
270 "source_files": "Core/ZXPlayerViewController/*.{h,m}",
271 "public_header_files": "Core/ZXPlayerViewController/*.h",
278 "name": "ZXPopoverWindow",
279 "source_files": "Core/ZXPopoverWindow/*.{h,m}",
280 "public_header_files": "Core/ZXPopoverWindow/*.h"
283 "name": "ZXRefreshView",
285 "ZXUtilityCode/ZXCircularProgressView": [
289 "source_files": "Core/ZXRefreshView/*.{h,m}",
290 "public_header_files": "Core/ZXRefreshView/*.h"
293 "name": "ZXTabBarController",
294 "source_files": "Core/ZXTabBarController/*.{h,m}",
295 "public_header_files": "Core/ZXTabBarController/*.h"
299 "source_files": "Core/ZXTagView/*.{h,m}",
300 "public_header_files": "Core/ZXTagView/*.h"
303 "name": "ZXToastView",
304 "source_files": "Core/ZXToastView/*.{h,m}",
305 "public_header_files": "Core/ZXToastView/*.h"
308 "name": "ZXURLSession",
309 "source_files": "Core/ZXURLSession/*.{h,m}",
310 "public_header_files": "Core/ZXURLSession/*.h"