[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 7 / CGXCategoryKitOC / 0.2 / CGXCategoryKitOC.podspec.json
blob7ef742fd10112272e6f337281d0bbb9c952e6f17
2   "name": "CGXCategoryKitOC",
3   "version": "0.2",
4   "summary": "APP的Foundation、UIKit的延展库",
5   "description": "APP的Foundation、UIKit控件延展库)",
6   "homepage": "https://github.com/974794055/CGXCategoryKit-OC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "974794055": "974794055@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/974794055/CGXCategoryKit-OC.git",
19     "tag": "0.2"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "CoreFoundation",
25     "CoreText",
26     "CoreGraphics",
27     "CoreImage",
28     "QuartzCore",
29     "ImageIO",
30     "Accelerate",
31     "CoreServices",
32     "SystemConfiguration",
33     "AdSupport",
34     "CoreLocation",
35     "Accelerate",
36     "UserNotifications"
37   ],
38   "source_files": "CGXCategoryKitOC/CGXCategoryKitOC.h",
39   "public_header_files": "CGXCategoryKitOC/CGXCategoryKitOC.h",
40   "subspecs": [
41     {
42       "name": "Tools",
43       "source_files": "CGXCategoryKitOC/Tools/**/*.{h,m}"
44     },
45     {
46       "name": "Foundation",
47       "subspecs": [
48         {
49           "name": "NSTimer",
50           "source_files": "CGXCategoryKitOC/Foundation/NSTimer/**/*.{h,m}"
51         },
52         {
53           "name": "NSBundle",
54           "source_files": "CGXCategoryKitOC/Foundation/NSBundle/**/*.{h,m}"
55         },
56         {
57           "name": "UIColor",
58           "source_files": "CGXCategoryKitOC/Foundation/UIColor/**/*.{h,m}"
59         },
60         {
61           "name": "UIDevice",
62           "source_files": "CGXCategoryKitOC/Foundation/UIDevice/**/*.{h,m}"
63         },
64         {
65           "name": "NSNull",
66           "source_files": "CGXCategoryKitOC/Foundation/NSNull/**/*.{h,m}"
67         },
68         {
69           "name": "NSDictionary",
70           "source_files": "CGXCategoryKitOC/Foundation/NSDictionary/**/*.{h,m}",
71           "dependencies": {
72             "CGXCategoryKitOC/Foundation/NSObject": [
74             ]
75           }
76         },
77         {
78           "name": "NSNotificationCenter",
79           "source_files": "CGXCategoryKitOC/Foundation/NSNotificationCenter/**/*.{h,m}"
80         },
81         {
82           "name": "NSFileManager",
83           "source_files": "CGXCategoryKitOC/Foundation/NSFileManager/**/*.{h,m}"
84         },
85         {
86           "name": "UIFont",
87           "source_files": "CGXCategoryKitOC/Foundation/UIFont/**/*.{h,m}"
88         },
89         {
90           "name": "NSIndexPath",
91           "source_files": "CGXCategoryKitOC/Foundation/NSIndexPath/**/*.{h,m}"
92         },
93         {
94           "name": "NSRunLoop",
95           "source_files": "CGXCategoryKitOC/Foundation/NSRunLoop/**/*.{h,m}"
96         },
97         {
98           "name": "NSMutableAttributedString",
99           "source_files": "CGXCategoryKitOC/Foundation/NSMutableAttributedString/**/*.{h,m}",
100           "dependencies": {
101             "CGXCategoryKitOC/Foundation/NSObject": [
103             ]
104           }
105         },
106         {
107           "name": "UIImage",
108           "source_files": "CGXCategoryKitOC/Foundation/UIImage/**/*.{h,m}"
109         },
110         {
111           "name": "NSHTTPCookieStorage",
112           "source_files": "CGXCategoryKitOC/Foundation/NSHTTPCookieStorage/**/*.{h,m}"
113         },
114         {
115           "name": "NSFileHandle",
116           "source_files": "CGXCategoryKitOC/Foundation/NSFileHandle/**/*.{h,m}"
117         },
118         {
119           "name": "NSException",
120           "source_files": "CGXCategoryKitOC/Foundation/NSException/**/*.{h,m}"
121         },
122         {
123           "name": "NSArray",
124           "source_files": "CGXCategoryKitOC/Foundation/NSArray/**/*.{h,m}",
125           "dependencies": {
126             "CGXCategoryKitOC/Foundation/NSObject": [
128             ]
129           }
130         },
131         {
132           "name": "NSData",
133           "source_files": "CGXCategoryKitOC/Foundation/NSData/**/*.{h,m}",
134           "dependencies": {
135             "CGXCategoryKitOC/Foundation/NSObject": [
137             ]
138           }
139         },
140         {
141           "name": "NSNumber",
142           "source_files": "CGXCategoryKitOC/Foundation/NSNumber/**/*.{h,m}"
143         },
144         {
145           "name": "NSURL",
146           "source_files": "CGXCategoryKitOC/Foundation/NSURL/**/*.{h,m}"
147         },
148         {
149           "name": "NSString",
150           "source_files": "CGXCategoryKitOC/Foundation/NSString/**/*.{h,m}",
151           "dependencies": {
152             "CGXCategoryKitOC/Foundation/NSObject": [
154             ]
155           }
156         },
157         {
158           "name": "NSObject",
159           "source_files": "CGXCategoryKitOC/Foundation/NSObject/**/*.{h,m}"
160         },
161         {
162           "name": "NSUserDefaults",
163           "source_files": "CGXCategoryKitOC/Foundation/NSUserDefaults/**/*.{h,m}",
164           "dependencies": {
165             "CGXCategoryKitOC/Foundation/NSObject": [
167             ]
168           }
169         },
170         {
171           "name": "NSCalendar",
172           "source_files": "CGXCategoryKitOC/Foundation/NSCalendar/**/*.{h,m}"
173         },
174         {
175           "name": "NSDate",
176           "source_files": "CGXCategoryKitOC/Foundation/NSDate/**/*.{h,m}",
177           "dependencies": {
178             "CGXCategoryKitOC/Foundation/NSCalendar": [
180             ],
181             "CGXCategoryKitOC/Tools": [
183             ]
184           }
185         },
186         {
187           "name": "NSSet",
188           "source_files": "CGXCategoryKitOC/Foundation/NSSet/**/*.{h,m}",
189           "dependencies": {
190             "CGXCategoryKitOC/Foundation/NSObject": [
192             ]
193           }
194         },
195         {
196           "name": "NSCache",
197           "source_files": "CGXCategoryKitOC/Foundation/NSCache/**/*.{h,m}",
198           "dependencies": {
199             "CGXCategoryKitOC/Foundation/NSObject": [
201             ]
202           }
203         },
204         {
205           "name": "NSOrderedSet",
206           "source_files": "CGXCategoryKitOC/Foundation/NSOrderedSet/**/*.{h,m}",
207           "dependencies": {
208             "CGXCategoryKitOC/Foundation/NSObject": [
210             ]
211           }
212         }
213       ]
214     },
215     {
216       "name": "UIKit",
217       "subspecs": [
218         {
219           "name": "UIWindow",
220           "source_files": "CGXCategoryKitOC/UIKit/UIWindow/**/*.{h,m}"
221         },
222         {
223           "name": "WKWebView",
224           "source_files": "CGXCategoryKitOC/UIKit/WKWebView/**/*.{h,m}"
225         },
226         {
227           "name": "UISegmentedControl",
228           "source_files": "CGXCategoryKitOC/UIKit/UISegmentedControl/**/*.{h,m}"
229         },
230         {
231           "name": "UITableView",
232           "source_files": "CGXCategoryKitOC/UIKit/UITableView/**/*.{h,m}"
233         },
234         {
235           "name": "UITableViewCell",
236           "source_files": "CGXCategoryKitOC/UIKit/UITableViewCell/**/*.{h,m}"
237         },
238         {
239           "name": "UINavigationItem",
240           "source_files": "CGXCategoryKitOC/UIKit/UINavigationItem/**/*.{h,m}"
241         },
242         {
243           "name": "UINavigationBar",
244           "source_files": "CGXCategoryKitOC/UIKit/UINavigationBar/**/*.{h,m}"
245         },
246         {
247           "name": "UIBarButtonItem",
248           "source_files": "CGXCategoryKitOC/UIKit/UIBarButtonItem/**/*.{h,m}"
249         },
250         {
251           "name": "UINavigationController",
252           "source_files": "CGXCategoryKitOC/UIKit/UINavigationController/**/*.{h,m}"
253         },
254         {
255           "name": "UIScreen",
256           "source_files": "CGXCategoryKitOC/UIKit/UIScreen/**/*.{h,m}"
257         },
258         {
259           "name": "UIApplication",
260           "source_files": "CGXCategoryKitOC/UIKit/UIApplication/**/*.{h,m}"
261         },
262         {
263           "name": "UIResponder",
264           "source_files": "CGXCategoryKitOC/UIKit/UIResponder/**/*.{h,m}"
265         },
266         {
267           "name": "UIButton",
268           "source_files": "CGXCategoryKitOC/UIKit/UIButton/**/*.{h,m}"
269         },
270         {
271           "name": "UIImageView",
272           "source_files": "CGXCategoryKitOC/UIKit/UIImageView/**/*.{h,m}"
273         },
274         {
275           "name": "UISplitViewController",
276           "source_files": "CGXCategoryKitOC/UIKit/UISplitViewController/**/*.{h,m}"
277         },
278         {
279           "name": "UIView",
280           "source_files": "CGXCategoryKitOC/UIKit/UIView/**/*.{h,m}"
281         },
282         {
283           "name": "UILabel",
284           "source_files": "CGXCategoryKitOC/UIKit/UILabel/**/*.{h,m}"
285         },
286         {
287           "name": "UIImageView",
288           "source_files": "CGXCategoryKitOC/UIKit/UIImageView/**/*.{h,m}"
289         },
290         {
291           "name": "UIScrollView",
292           "source_files": "CGXCategoryKitOC/UIKit/UIScrollView/**/*.{h,m}"
293         },
294         {
295           "name": "UITextField",
296           "source_files": "CGXCategoryKitOC/UIKit/UITextField/**/*.{h,m}"
297         },
298         {
299           "name": "UITextView",
300           "source_files": "CGXCategoryKitOC/UIKit/UITextView/**/*.{h,m}"
301         },
302         {
303           "name": "UIViewController",
304           "source_files": "CGXCategoryKitOC/UIKit/UIViewController/**/*.{h,m}"
305         },
306         {
307           "name": "UITabBarController",
308           "source_files": "CGXCategoryKitOC/UIKit/UITabBarController/**/*.{h,m}",
309           "dependencies": {
310             "CGXCategoryKitOC/Foundation/UIImage": [
312             ]
313           }
314         },
315         {
316           "name": "UIGestureRecognizer",
317           "source_files": "CGXCategoryKitOC/UIKit/UIGestureRecognizer/**/*.{h,m}"
318         }
319       ]
320     },
321     {
322       "name": "UIControl",
323       "source_files": "CGXCategoryKitOC/UIControl/**/*.{h,m}"
324     },
325     {
326       "name": "QuartzCore",
327       "subspecs": [
328         {
329           "name": "CALayer",
330           "source_files": "CGXCategoryKitOC/QuartzCore/CALayer/**/*.{h,m}"
331         },
332         {
333           "name": "CATransaction",
334           "source_files": "CGXCategoryKitOC/QuartzCore/CATransaction/**/*.{h,m}"
335         },
336         {
337           "name": "CAShapeLayer",
338           "source_files": "CGXCategoryKitOC/QuartzCore/CAShapeLayer/**/*.{h,m}"
339         },
340         {
341           "name": "CAMediaTimingFunction",
342           "source_files": "CGXCategoryKitOC/QuartzCore/CAMediaTimingFunction/**/*.{h,m}"
343         }
344       ]
345     },
346     {
347       "name": "CoreLocation",
348       "subspecs": [
349         {
350           "name": "CLLocation",
351           "source_files": "CGXCategoryKitOC/CoreLocation/CLLocation/**/*.{h,m}"
352         }
353       ]
354     }
355   ]