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/HashValue/*.{h,m}",
37 "public_header_files": "Core/HashValue/*.h"
41 "source_files": "Core/JSONObject/*.{h,m}",
42 "public_header_files": "Core/JSONObject/*.h"
45 "name": "NSArray+Extra",
46 "source_files": "Core/NSArray+Extra/*.{h,m}",
47 "public_header_files": "Core/NSArray+Extra/*.h"
50 "name": "NSDate+Extra",
51 "source_files": "Core/NSDate+Extra/*.{h,m}",
52 "public_header_files": "Core/NSDate+Extra/*.h"
55 "name": "NSFileManager+Extra",
56 "source_files": "Core/NSFileManager+Extra/*.{h,m}",
57 "public_header_files": "Core/NSFileManager+Extra/*.h"
60 "name": "NSLog+Extra",
61 "source_files": "Core/NSLog+Extra/*.{h,m}",
62 "public_header_files": "Core/NSLog+Extra/*.h"
65 "name": "NSObject+Extra",
66 "source_files": "Core/NSObject+Extra/*.{h,m}",
67 "public_header_files": "Core/NSObject+Extra/*.h"
70 "name": "NSString+NumberValue",
71 "source_files": "Core/NSString+NumberValue/*.{h,m}",
72 "public_header_files": "Core/NSString+NumberValue/*.h"
75 "name": "NSString+Pinyin",
76 "source_files": "Core/NSString+Pinyin/*.{h,m}",
77 "public_header_files": "Core/NSString+Pinyin/*.h"
80 "name": "NSString+Unicode",
82 "ZXUtilityCode/NSObject+Extra": [
86 "source_files": "Core/NSString+Unicode/*.{h,m}",
87 "public_header_files": "Core/NSString+Unicode/*.h"
90 "name": "NSString+URLEncoding",
91 "source_files": "Core/NSString+URLEncoding/*.{h,m}",
92 "public_header_files": "Core/NSString+URLEncoding/*.h"
95 "name": "QRCodeGenerator",
96 "source_files": "Core/QRCodeGenerator/*.{h,m}",
97 "public_header_files": "Core/QRCodeGenerator/*.h"
100 "name": "QRCodeReader",
101 "source_files": "Core/QRCodeReader/*.{h,m}",
102 "public_header_files": "Core/QRCodeReader/*.h"
105 "name": "QRCodeScanner",
106 "source_files": "Core/QRCodeScanner/*.{h,m}",
107 "public_header_files": "Core/QRCodeScanner/*.h",
108 "frameworks": "AVFoundation"
111 "name": "UIApplicationIdleTimer",
112 "source_files": "Core/UIApplicationIdleTimer/*.{h,m}",
113 "public_header_files": "Core/UIApplicationIdleTimer/*.h"
116 "name": "UIColor+Extra",
117 "source_files": "Core/UIColor+Extra/*.{h,m}",
118 "public_header_files": "Core/UIColor+Extra/*.h"
121 "name": "UIImage+Extra",
122 "source_files": "Core/UIImage+Extra/*.{h,m}",
123 "public_header_files": "Core/UIImage+Extra/*.h",
130 "name": "UINetworkActivityIndicator",
131 "source_files": "Core/UINetworkActivityIndicator/*.{h,m}",
132 "public_header_files": "Core/UINetworkActivityIndicator/*.h"
135 "name": "UITableViewCell+Separator",
136 "source_files": "Core/UITableViewCell+Separator/*.{h,m}",
137 "public_header_files": "Core/UITableViewCell+Separator/*.h"
140 "name": "UIView+Snapshot",
141 "source_files": "Core/UIView+Snapshot/*.{h,m}",
142 "public_header_files": "Core/UIView+Snapshot/*.h"
145 "name": "UIViewController+Extra",
146 "source_files": "Core/UIViewController+Extra/*.{h,m}",
147 "public_header_files": "Core/UIViewController+Extra/*.h"
150 "name": "ZXAlertView",
151 "source_files": "Core/ZXAlertView/*.{h,m}",
152 "public_header_files": "Core/ZXAlertView/*.h"
155 "name": "ZXAudioDevice",
156 "source_files": "Core/ZXAudioDevice/*.{h,m}",
157 "public_header_files": "Core/ZXAudioDevice/*.h",
158 "frameworks": "AVFoundation"
161 "name": "ZXAuthorizationHelper",
162 "source_files": "Core/ZXAuthorizationHelper/*.{h,m}",
163 "public_header_files": "Core/ZXAuthorizationHelper/*.h",
177 "name": "ZXBadgeLabel",
178 "source_files": "Core/ZXBadgeLabel/*.{h,m}",
179 "public_header_files": "Core/ZXBadgeLabel/*.h"
182 "name": "ZXBrightnessView",
184 "ZXUtilityCode/UIColor+Extra": [
188 "source_files": "Core/ZXBrightnessView/*.{h,m}",
189 "public_header_files": "Core/ZXBrightnessView/*.h",
190 "resources": "Core/ZXBrightnessView/ZXBrightnessView.bundle"
193 "name": "ZXCircularProgressView",
194 "source_files": "Core/ZXCircularProgressView/*.{h,m}",
195 "public_header_files": "Core/ZXCircularProgressView/*.h"
198 "name": "ZXDownloadManager",
200 "ZXUtilityCode/HashValue": [
204 "source_files": "Core/ZXDownloadManager/*.{h,m}",
205 "public_header_files": "Core/ZXDownloadManager/*.h"
208 "name": "ZXDrawingView",
209 "source_files": "Core/ZXDrawingView/*.{h,m}",
210 "public_header_files": "Core/ZXDrawingView/*.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/ZXURLSession": [
225 "source_files": "Core/ZXImageView/*.{h,m}",
226 "public_header_files": "Core/ZXImageView/*.h"
229 "name": "ZXNetworkTrafficMonitor",
230 "source_files": "Core/ZXNetworkTrafficMonitor/*.{h,m}",
231 "public_header_files": "Core/ZXNetworkTrafficMonitor/*.h"
234 "name": "ZXPageIndicatorView",
235 "source_files": "Core/ZXPageIndicatorView/*.{h,m}",
236 "public_header_files": "Core/ZXPageIndicatorView/*.h"
239 "name": "ZXPageView",
240 "source_files": "Core/ZXPageView/*.{h,m}",
241 "public_header_files": "Core/ZXPageView/*.h"
244 "name": "ZXPhotoLibrary",
245 "source_files": "Core/ZXPhotoLibrary/*.{h,m}",
246 "public_header_files": "Core/ZXPhotoLibrary/*.h",
252 "weak_frameworks": "Photos"
255 "name": "ZXPlayerViewController",
257 "ZXUtilityCode/NSObject+Extra": [
260 "ZXUtilityCode/UIViewController+Extra": [
263 "ZXUtilityCode/ZXBrightnessView": [
267 "source_files": "Core/ZXPlayerViewController/*.{h,m}",
268 "public_header_files": "Core/ZXPlayerViewController/*.h",
275 "name": "ZXPopoverWindow",
276 "source_files": "Core/ZXPopoverWindow/*.{h,m}",
277 "public_header_files": "Core/ZXPopoverWindow/*.h"
280 "name": "ZXRefreshView",
282 "ZXUtilityCode/ZXCircularProgressView": [
286 "source_files": "Core/ZXRefreshView/*.{h,m}",
287 "public_header_files": "Core/ZXRefreshView/*.h"
290 "name": "ZXTabBarController",
291 "source_files": "Core/ZXTabBarController/*.{h,m}",
292 "public_header_files": "Core/ZXTabBarController/*.h"
296 "source_files": "Core/ZXTagView/*.{h,m}",
297 "public_header_files": "Core/ZXTagView/*.h"
300 "name": "ZXToastView",
301 "source_files": "Core/ZXToastView/*.{h,m}",
302 "public_header_files": "Core/ZXToastView/*.h"
305 "name": "ZXURLSession",
306 "source_files": "Core/ZXURLSession/*.{h,m}",
307 "public_header_files": "Core/ZXURLSession/*.h"