[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 7 / CGXCategoryKitOC / 0.1.4 / CGXCategoryKitOC.podspec.json
blobae427295b3276a9d1c3f4a93b3c1d0494eb5d23d
2   "name": "CGXCategoryKitOC",
3   "version": "0.1.4",
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.4"
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         },
135         {
136           "name": "NSNumber",
137           "source_files": "CGXCategoryKitOC/Foundation/NSNumber/**/*.{h,m}"
138         },
139         {
140           "name": "NSURL",
141           "source_files": "CGXCategoryKitOC/Foundation/NSURL/**/*.{h,m}"
142         },
143         {
144           "name": "NSString",
145           "source_files": "CGXCategoryKitOC/Foundation/NSString/**/*.{h,m}",
146           "dependencies": {
147             "CGXCategoryKitOC/Foundation/NSObject": [
149             ]
150           }
151         },
152         {
153           "name": "NSObject",
154           "source_files": "CGXCategoryKitOC/Foundation/NSObject/**/*.{h,m}"
155         },
156         {
157           "name": "NSUserDefaults",
158           "source_files": "CGXCategoryKitOC/Foundation/NSUserDefaults/**/*.{h,m}",
159           "dependencies": {
160             "CGXCategoryKitOC/Foundation/NSObject": [
162             ]
163           }
164         },
165         {
166           "name": "NSCalendar",
167           "source_files": "CGXCategoryKitOC/Foundation/NSCalendar/**/*.{h,m}"
168         },
169         {
170           "name": "NSDate",
171           "source_files": "CGXCategoryKitOC/Foundation/NSDate/**/*.{h,m}",
172           "dependencies": {
173             "CGXCategoryKitOC/Foundation/NSCalendar": [
175             ],
176             "CGXCategoryKitOC/Tools": [
178             ]
179           }
180         },
181         {
182           "name": "NSSet",
183           "source_files": "CGXCategoryKitOC/Foundation/NSSet/**/*.{h,m}",
184           "dependencies": {
185             "CGXCategoryKitOC/Foundation/NSObject": [
187             ]
188           }
189         }
190       ]
191     },
192     {
193       "name": "UIKit",
194       "subspecs": [
195         {
196           "name": "UIWindow",
197           "source_files": "CGXCategoryKitOC/UIKit/UIWindow/**/*.{h,m}"
198         },
199         {
200           "name": "WKWebView",
201           "source_files": "CGXCategoryKitOC/UIKit/WKWebView/**/*.{h,m}"
202         },
203         {
204           "name": "UISegmentedControl",
205           "source_files": "CGXCategoryKitOC/UIKit/UISegmentedControl/**/*.{h,m}"
206         },
207         {
208           "name": "UITableView",
209           "source_files": "CGXCategoryKitOC/UIKit/UITableView/**/*.{h,m}"
210         },
211         {
212           "name": "UITableViewCell",
213           "source_files": "CGXCategoryKitOC/UIKit/UITableViewCell/**/*.{h,m}"
214         },
215         {
216           "name": "UINavigationItem",
217           "source_files": "CGXCategoryKitOC/UIKit/UINavigationItem/**/*.{h,m}"
218         },
219         {
220           "name": "UINavigationBar",
221           "source_files": "CGXCategoryKitOC/UIKit/UINavigationBar/**/*.{h,m}"
222         },
223         {
224           "name": "UIBarButtonItem",
225           "source_files": "CGXCategoryKitOC/UIKit/UIBarButtonItem/**/*.{h,m}"
226         },
227         {
228           "name": "UINavigationController",
229           "source_files": "CGXCategoryKitOC/UIKit/UINavigationController/**/*.{h,m}"
230         },
231         {
232           "name": "UIScreen",
233           "source_files": "CGXCategoryKitOC/UIKit/UIScreen/**/*.{h,m}"
234         },
235         {
236           "name": "UIApplication",
237           "source_files": "CGXCategoryKitOC/UIKit/UIApplication/**/*.{h,m}"
238         },
239         {
240           "name": "UIResponder",
241           "source_files": "CGXCategoryKitOC/UIKit/UIResponder/**/*.{h,m}"
242         },
243         {
244           "name": "UIButton",
245           "source_files": "CGXCategoryKitOC/UIKit/UIButton/**/*.{h,m}"
246         },
247         {
248           "name": "UIImageView",
249           "source_files": "CGXCategoryKitOC/UIKit/UIImageView/**/*.{h,m}"
250         },
251         {
252           "name": "UISplitViewController",
253           "source_files": "CGXCategoryKitOC/UIKit/UISplitViewController/**/*.{h,m}"
254         },
255         {
256           "name": "UIView",
257           "source_files": "CGXCategoryKitOC/UIKit/UIView/**/*.{h,m}"
258         },
259         {
260           "name": "UILabel",
261           "source_files": "CGXCategoryKitOC/UIKit/UILabel/**/*.{h,m}"
262         },
263         {
264           "name": "UIImageView",
265           "source_files": "CGXCategoryKitOC/UIKit/UIImageView/**/*.{h,m}"
266         },
267         {
268           "name": "UIScrollView",
269           "source_files": "CGXCategoryKitOC/UIKit/UIScrollView/**/*.{h,m}"
270         },
271         {
272           "name": "UITextField",
273           "source_files": "CGXCategoryKitOC/UIKit/UITextField/**/*.{h,m}"
274         },
275         {
276           "name": "UITextView",
277           "source_files": "CGXCategoryKitOC/UIKit/UITextView/**/*.{h,m}"
278         },
279         {
280           "name": "UIViewController",
281           "source_files": "CGXCategoryKitOC/UIKit/UIViewController/**/*.{h,m}"
282         },
283         {
284           "name": "UITabBarController",
285           "source_files": "CGXCategoryKitOC/UIKit/UITabBarController/**/*.{h,m}",
286           "dependencies": {
287             "CGXCategoryKitOC/Foundation/UIImage": [
289             ]
290           }
291         }
292       ]
293     },
294     {
295       "name": "UIControl",
296       "source_files": "CGXCategoryKitOC/UIControl/**/*.{h,m}"
297     },
298     {
299       "name": "QuartzCore",
300       "subspecs": [
301         {
302           "name": "CALayer",
303           "source_files": "CGXCategoryKitOC/QuartzCore/CALayer/**/*.{h,m}"
304         },
305         {
306           "name": "CATransaction",
307           "source_files": "CGXCategoryKitOC/QuartzCore/CATransaction/**/*.{h,m}"
308         },
309         {
310           "name": "CAShapeLayer",
311           "source_files": "CGXCategoryKitOC/QuartzCore/CAShapeLayer/**/*.{h,m}"
312         },
313         {
314           "name": "CAMediaTimingFunction",
315           "source_files": "CGXCategoryKitOC/QuartzCore/CAMediaTimingFunction/**/*.{h,m}"
316         }
317       ]
318     },
319     {
320       "name": "CoreLocation",
321       "subspecs": [
322         {
323           "name": "CLLocation",
324           "source_files": "CGXCategoryKitOC/CoreLocation/CLLocation/**/*.{h,m}"
325         }
326       ]
327     }
328   ]