[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / f / 0 / 7 / CGXCategoryKitOC / 0.1.1 / CGXCategoryKitOC.podspec.json
blob7f4450a292633fc9a59d3ae9873743daa799b851
2   "name": "CGXCategoryKitOC",
3   "version": "0.1.1",
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": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/974794055/CGXCategoryKit-OC.git",
19     "tag": "0.1.1"
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       "public_header_files": "CGXCategoryKitOC/Tools/*.h"
45     },
46     {
47       "name": "Foundation",
48       "subspecs": [
49         {
50           "name": "NSTimer",
51           "source_files": "CGXCategoryKitOC/Foundation/NSTimer/**/*.{h,m}",
52           "public_header_files": "CGXCategoryKitOC/NSTimer/NSObject/*.h"
53         },
54         {
55           "name": "NSBundle",
56           "source_files": "CGXCategoryKitOC/Foundation/NSBundle/**/*.{h,m}",
57           "public_header_files": "CGXCategoryKitOC/Foundation/NSBundle/*.h"
58         },
59         {
60           "name": "UIColor",
61           "source_files": "CGXCategoryKitOC/Foundation/UIColor/**/*.{h,m}",
62           "public_header_files": "CGXCategoryKitOC/Foundation/UIColor/*.h"
63         },
64         {
65           "name": "UIDevice",
66           "source_files": "CGXCategoryKitOC/Foundation/UIDevice/**/*.{h,m}",
67           "public_header_files": "CGXCategoryKitOC/Foundation/UIDevice/*.h"
68         },
69         {
70           "name": "NSNull",
71           "source_files": "CGXCategoryKitOC/Foundation/NSNull/**/*.{h,m}",
72           "public_header_files": "CGXCategoryKitOC/Foundation/NSNull/*.h"
73         },
74         {
75           "name": "NSDictionary",
76           "source_files": "CGXCategoryKitOC/Foundation/NSDictionary/**/*.{h,m}",
77           "public_header_files": "CGXCategoryKitOC/Foundation/NSDictionary/*.h"
78         },
79         {
80           "name": "NSNotificationCenter",
81           "source_files": "CGXCategoryKitOC/Foundation/NSNotificationCenter/**/*.{h,m}",
82           "public_header_files": "CGXCategoryKitOC/Foundation/NSNotificationCenter/*.h"
83         },
84         {
85           "name": "NSFileManager",
86           "source_files": "CGXCategoryKitOC/Foundation/NSFileManager/**/*.{h,m}",
87           "public_header_files": "CGXCategoryKitOC/Foundation/NSFileManager/*.h"
88         },
89         {
90           "name": "UIFont",
91           "source_files": "CGXCategoryKitOC/Foundation/UIFont/**/*.{h,m}",
92           "public_header_files": "CGXCategoryKitOC/Foundation/UIFont/*.h"
93         },
94         {
95           "name": "NSIndexPath",
96           "source_files": "CGXCategoryKitOC/Foundation/NSIndexPath/**/*.{h,m}",
97           "public_header_files": "CGXCategoryKitOC/Foundation/NSIndexPath/*.h"
98         },
99         {
100           "name": "NSRunLoop",
101           "source_files": "CGXCategoryKitOC/Foundation/NSRunLoop/**/*.{h,m}",
102           "public_header_files": "CGXCategoryKitOC/Foundation/NSRunLoop/*.h"
103         },
104         {
105           "name": "NSMutableAttributedString",
106           "source_files": "CGXCategoryKitOC/Foundation/NSMutableAttributedString/**/*.{h,m}",
107           "public_header_files": "CGXCategoryKitOC/Foundation/NSMutableAttributedString/*.h"
108         },
109         {
110           "name": "UIImage",
111           "source_files": "CGXCategoryKitOC/Foundation/UIImage/**/*.{h,m}",
112           "public_header_files": "CGXCategoryKitOC/Foundation/UIImage/*.h"
113         },
114         {
115           "name": "NSHTTPCookieStorage",
116           "source_files": "CGXCategoryKitOC/Foundation/NSHTTPCookieStorage/**/*.{h,m}",
117           "public_header_files": "CGXCategoryKitOC/Foundation/NSHTTPCookieStorage/*.h"
118         },
119         {
120           "name": "NSFileHandle",
121           "source_files": "CGXCategoryKitOC/Foundation/NSFileHandle/**/*.{h,m}",
122           "public_header_files": "CGXCategoryKitOC/Foundation/NSFileHandle/*.h"
123         },
124         {
125           "name": "NSException",
126           "source_files": "CGXCategoryKitOC/Foundation/NSException/**/*.{h,m}",
127           "public_header_files": "CGXCategoryKitOC/Foundation/NSException/*.h"
128         },
129         {
130           "name": "NSArray",
131           "source_files": "CGXCategoryKitOC/Foundation/NSArray/**/*.{h,m}",
132           "public_header_files": "CGXCategoryKitOC/Foundation/NSArray/*.h"
133         },
134         {
135           "name": "NSData",
136           "source_files": "CGXCategoryKitOC/Foundation/NSData/**/*.{h,m}",
137           "public_header_files": "CGXCategoryKitOC/Foundation/NSData/*.h"
138         },
139         {
140           "name": "NSNumber",
141           "source_files": "CGXCategoryKitOC/Foundation/NSNumber/**/*.{h,m}",
142           "public_header_files": "CGXCategoryKitOC/Foundation/NSNumber/*.h"
143         },
144         {
145           "name": "NSURL",
146           "source_files": "CGXCategoryKitOC/Foundation/NSURL/**/*.{h,m}",
147           "public_header_files": "CGXCategoryKitOC/Foundation/NSURL/*.h"
148         },
149         {
150           "name": "NSString",
151           "source_files": "CGXCategoryKitOC/Foundation/NSString/**/*.{h,m}",
152           "public_header_files": "CGXCategoryKitOC/Foundation/NSString/*.h"
153         },
154         {
155           "name": "NSObject",
156           "source_files": "CGXCategoryKitOC/Foundation/NSObject/**/*.{h,m}",
157           "public_header_files": "CGXCategoryKitOC/Foundation/NSObject/*.h"
158         },
159         {
160           "name": "NSUserDefaults",
161           "source_files": "CGXCategoryKitOC/Foundation/NSUserDefaults/**/*.{h,m}",
162           "public_header_files": "CGXCategoryKitOC/Foundation/NSUserDefaults/*.h",
163           "dependencies": {
164             "CGXCategoryKitOC/Foundation/NSObject": [
166             ]
167           }
168         },
169         {
170           "name": "NSCalendar",
171           "source_files": "CGXCategoryKitOC/Foundation/NSCalendar/**/*.{h,m}",
172           "public_header_files": "CGXCategoryKitOC/Foundation/NSCalendar/*.h"
173         },
174         {
175           "name": "NSDate",
176           "source_files": "CGXCategoryKitOC/Foundation/NSDate/**/*.{h,m}",
177           "public_header_files": "CGXCategoryKitOC/Foundation/NSDate/*.h",
178           "dependencies": {
179             "CGXCategoryKitOC/Foundation/NSCalendar": [
181             ],
182             "CGXCategoryKitOC/Tools": [
184             ]
185           }
186         }
187       ]
188     },
189     {
190       "name": "UIKit",
191       "subspecs": [
192         {
193           "name": "UIWindow",
194           "source_files": "CGXCategoryKitOC/UIKit/UIWindow/**/*.{h,m}",
195           "public_header_files": "CGXCategoryKitOC/UIKit/UIWindow/*.h"
196         },
197         {
198           "name": "WKWebView",
199           "source_files": "CGXCategoryKitOC/UIKit/WKWebView/**/*.{h,m}",
200           "public_header_files": "CGXCategoryKitOC/UIKit/WKWebView/*.h"
201         },
202         {
203           "name": "UISegmentedControl",
204           "source_files": "CGXCategoryKitOC/UIKit/UISegmentedControl/**/*.{h,m}",
205           "public_header_files": "CGXCategoryKitOC/UIKit/UISegmentedControl/*.h"
206         },
207         {
208           "name": "UITableView",
209           "source_files": "CGXCategoryKitOC/UIKit/UITableView/**/*.{h,m}",
210           "public_header_files": "CGXCategoryKitOC/UIKit/UITableView/*.h"
211         },
212         {
213           "name": "UITableViewCell",
214           "source_files": "CGXCategoryKitOC/UIKit/UITableViewCell/**/*.{h,m}",
215           "public_header_files": "CGXCategoryKitOC/UIKit/UITableViewCell/*.h"
216         },
217         {
218           "name": "UINavigationItem",
219           "source_files": "CGXCategoryKitOC/UIKit/UINavigationItem/**/*.{h,m}",
220           "public_header_files": "CGXCategoryKitOC/UIKit/UINavigationItem/*.h"
221         },
222         {
223           "name": "UINavigationBar",
224           "source_files": "CGXCategoryKitOC/UIKit/UINavigationBar/**/*.{h,m}",
225           "public_header_files": "CGXCategoryKitOC/UIKit/UINavigationBar/*.h"
226         },
227         {
228           "name": "UIBarButtonItem",
229           "source_files": "CGXCategoryKitOC/UIKit/UIBarButtonItem/**/*.{h,m}",
230           "public_header_files": "CGXCategoryKitOC/UIKit/UIBarButtonItem/*.h"
231         },
232         {
233           "name": "UINavigationController",
234           "source_files": "CGXCategoryKitOC/UIKit/UINavigationController/**/*.{h,m}",
235           "public_header_files": "CGXCategoryKitOC/UIKit/UINavigationController/*.h"
236         },
237         {
238           "name": "UIScreen",
239           "source_files": "CGXCategoryKitOC/UIKit/UIScreen/**/*.{h,m}",
240           "public_header_files": "CGXCategoryKitOC/UIKit/UIScreen/*.h"
241         },
242         {
243           "name": "UIApplication",
244           "source_files": "CGXCategoryKitOC/UIKit/UIApplication/**/*.{h,m}",
245           "public_header_files": "CGXCategoryKitOC/UIKit/UIApplication/*.h"
246         },
247         {
248           "name": "UIResponder",
249           "source_files": "CGXCategoryKitOC/UIKit/UIResponder/**/*.{h,m}",
250           "public_header_files": "CGXCategoryKitOC/UIKit/UIResponder/*.h"
251         },
252         {
253           "name": "UIButton",
254           "source_files": "CGXCategoryKitOC/UIKit/UIButton/**/*.{h,m}",
255           "public_header_files": "CGXCategoryKitOC/UIKit/UIButton/*.h"
256         },
257         {
258           "name": "UIImageView",
259           "source_files": "CGXCategoryKitOC/UIKit/UIImageView/**/*.{h,m}",
260           "public_header_files": "CGXCategoryKitOC/UIKit/UIImageView/*.h"
261         },
262         {
263           "name": "UISplitViewController",
264           "source_files": "CGXCategoryKitOC/UIKit/UISplitViewController/**/*.{h,m}",
265           "public_header_files": "CGXCategoryKitOC/UIKit/UISplitViewController/*.h"
266         },
267         {
268           "name": "UIView",
269           "source_files": "CGXCategoryKitOC/UIKit/UIView/**/*.{h,m}",
270           "public_header_files": "CGXCategoryKitOC/UIKit/UIView/*.h"
271         },
272         {
273           "name": "UILabel",
274           "source_files": "CGXCategoryKitOC/UIKit/UILabel/**/*.{h,m}",
275           "public_header_files": "CGXCategoryKitOC/UIKit/UILabel/*.h"
276         },
277         {
278           "name": "UIImageView",
279           "source_files": "CGXCategoryKitOC/UIKit/UIImageView/**/*.{h,m}",
280           "public_header_files": "CGXCategoryKitOC/UIKit/UIImageView/*.h"
281         },
282         {
283           "name": "UIScrollView",
284           "source_files": "CGXCategoryKitOC/UIKit/UIScrollView/**/*.{h,m}",
285           "public_header_files": "CGXCategoryKitOC/UIKit/UIScrollView/*.h"
286         },
287         {
288           "name": "UITextField",
289           "source_files": "CGXCategoryKitOC/UIKit/UITextField/**/*.{h,m}",
290           "public_header_files": "CGXCategoryKitOC/UIKit/UITextField/*.h"
291         },
292         {
293           "name": "UITextView",
294           "source_files": "CGXCategoryKitOC/UIKit/UITextView/**/*.{h,m}",
295           "public_header_files": "CGXCategoryKitOC/UIKit/UITextView/*.h"
296         },
297         {
298           "name": "UIViewController",
299           "source_files": "CGXCategoryKitOC/UIKit/UIViewController/**/*.{h,m}",
300           "public_header_files": "CGXCategoryKitOC/UIKit/UIViewController/*.h"
301         }
302       ]
303     },
304     {
305       "name": "UIControl",
306       "source_files": "CGXCategoryKitOC/UIControl/**/*.{h,m}",
307       "public_header_files": "CGXCategoryKitOC/UIControl/*.h"
308     },
309     {
310       "name": "QuartzCore",
311       "subspecs": [
312         {
313           "name": "CALayer",
314           "source_files": "CGXCategoryKitOC/QuartzCore/CALayer/**/*.{h,m}",
315           "public_header_files": "CGXCategoryKitOC/QuartzCore/CALayer/*.h"
316         },
317         {
318           "name": "CATransaction",
319           "source_files": "CGXCategoryKitOC/QuartzCore/CATransaction/**/*.{h,m}",
320           "public_header_files": "CGXCategoryKitOC/QuartzCore/CATransaction/*.h"
321         },
322         {
323           "name": "CAShapeLayer",
324           "source_files": "CGXCategoryKitOC/QuartzCore/CAShapeLayer/**/*.{h,m}",
325           "public_header_files": "CGXCategoryKitOC/QuartzCore/CAShapeLayer/*.h"
326         },
327         {
328           "name": "CAMediaTimingFunction",
329           "source_files": "CGXCategoryKitOC/QuartzCore/CAMediaTimingFunction/**/*.{h,m}",
330           "public_header_files": "CGXCategoryKitOC/QuartzCore/CAMediaTimingFunction/*.h"
331         }
332       ]
333     },
334     {
335       "name": "CoreLocation",
336       "subspecs": [
337         {
338           "name": "CLLocation",
339           "source_files": "CGXCategoryKitOC/CoreLocation/CLLocation/**/*.{h,m}",
340           "public_header_files": "CGXCategoryKitOC/CoreLocation/CLLocation/*.h"
341         }
342       ]
343     }
344   ]