[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 7 / CGXCategoryKitOC / 0.1.3 / CGXCategoryKitOC.podspec.json
blob3820e57e6d417d69f0c520559eb77373f4d3327f
2   "name": "CGXCategoryKitOC",
3   "version": "0.1.3",
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.3"
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         },
72         {
73           "name": "NSNotificationCenter",
74           "source_files": "CGXCategoryKitOC/Foundation/NSNotificationCenter/**/*.{h,m}"
75         },
76         {
77           "name": "NSFileManager",
78           "source_files": "CGXCategoryKitOC/Foundation/NSFileManager/**/*.{h,m}"
79         },
80         {
81           "name": "UIFont",
82           "source_files": "CGXCategoryKitOC/Foundation/UIFont/**/*.{h,m}"
83         },
84         {
85           "name": "NSIndexPath",
86           "source_files": "CGXCategoryKitOC/Foundation/NSIndexPath/**/*.{h,m}"
87         },
88         {
89           "name": "NSRunLoop",
90           "source_files": "CGXCategoryKitOC/Foundation/NSRunLoop/**/*.{h,m}"
91         },
92         {
93           "name": "NSMutableAttributedString",
94           "source_files": "CGXCategoryKitOC/Foundation/NSMutableAttributedString/**/*.{h,m}"
95         },
96         {
97           "name": "UIImage",
98           "source_files": "CGXCategoryKitOC/Foundation/UIImage/**/*.{h,m}"
99         },
100         {
101           "name": "NSHTTPCookieStorage",
102           "source_files": "CGXCategoryKitOC/Foundation/NSHTTPCookieStorage/**/*.{h,m}"
103         },
104         {
105           "name": "NSFileHandle",
106           "source_files": "CGXCategoryKitOC/Foundation/NSFileHandle/**/*.{h,m}"
107         },
108         {
109           "name": "NSException",
110           "source_files": "CGXCategoryKitOC/Foundation/NSException/**/*.{h,m}"
111         },
112         {
113           "name": "NSArray",
114           "source_files": "CGXCategoryKitOC/Foundation/NSArray/**/*.{h,m}",
115           "dependencies": {
116             "CGXCategoryKitOC/Foundation/NSObject": [
118             ]
119           }
120         },
121         {
122           "name": "NSData",
123           "source_files": "CGXCategoryKitOC/Foundation/NSData/**/*.{h,m}"
124         },
125         {
126           "name": "NSNumber",
127           "source_files": "CGXCategoryKitOC/Foundation/NSNumber/**/*.{h,m}"
128         },
129         {
130           "name": "NSURL",
131           "source_files": "CGXCategoryKitOC/Foundation/NSURL/**/*.{h,m}"
132         },
133         {
134           "name": "NSString",
135           "source_files": "CGXCategoryKitOC/Foundation/NSString/**/*.{h,m}"
136         },
137         {
138           "name": "NSObject",
139           "source_files": "CGXCategoryKitOC/Foundation/NSObject/**/*.{h,m}"
140         },
141         {
142           "name": "NSUserDefaults",
143           "source_files": "CGXCategoryKitOC/Foundation/NSUserDefaults/**/*.{h,m}",
144           "dependencies": {
145             "CGXCategoryKitOC/Foundation/NSObject": [
147             ]
148           }
149         },
150         {
151           "name": "NSCalendar",
152           "source_files": "CGXCategoryKitOC/Foundation/NSCalendar/**/*.{h,m}"
153         },
154         {
155           "name": "NSDate",
156           "source_files": "CGXCategoryKitOC/Foundation/NSDate/**/*.{h,m}",
157           "dependencies": {
158             "CGXCategoryKitOC/Foundation/NSCalendar": [
160             ],
161             "CGXCategoryKitOC/Tools": [
163             ]
164           }
165         },
166         {
167           "name": "NSSet",
168           "source_files": "CGXCategoryKitOC/Foundation/NSSet/**/*.{h,m}"
169         }
170       ]
171     },
172     {
173       "name": "UIKit",
174       "subspecs": [
175         {
176           "name": "UIWindow",
177           "source_files": "CGXCategoryKitOC/UIKit/UIWindow/**/*.{h,m}"
178         },
179         {
180           "name": "WKWebView",
181           "source_files": "CGXCategoryKitOC/UIKit/WKWebView/**/*.{h,m}"
182         },
183         {
184           "name": "UISegmentedControl",
185           "source_files": "CGXCategoryKitOC/UIKit/UISegmentedControl/**/*.{h,m}"
186         },
187         {
188           "name": "UITableView",
189           "source_files": "CGXCategoryKitOC/UIKit/UITableView/**/*.{h,m}"
190         },
191         {
192           "name": "UITableViewCell",
193           "source_files": "CGXCategoryKitOC/UIKit/UITableViewCell/**/*.{h,m}"
194         },
195         {
196           "name": "UINavigationItem",
197           "source_files": "CGXCategoryKitOC/UIKit/UINavigationItem/**/*.{h,m}"
198         },
199         {
200           "name": "UINavigationBar",
201           "source_files": "CGXCategoryKitOC/UIKit/UINavigationBar/**/*.{h,m}"
202         },
203         {
204           "name": "UIBarButtonItem",
205           "source_files": "CGXCategoryKitOC/UIKit/UIBarButtonItem/**/*.{h,m}"
206         },
207         {
208           "name": "UINavigationController",
209           "source_files": "CGXCategoryKitOC/UIKit/UINavigationController/**/*.{h,m}"
210         },
211         {
212           "name": "UIScreen",
213           "source_files": "CGXCategoryKitOC/UIKit/UIScreen/**/*.{h,m}"
214         },
215         {
216           "name": "UIApplication",
217           "source_files": "CGXCategoryKitOC/UIKit/UIApplication/**/*.{h,m}"
218         },
219         {
220           "name": "UIResponder",
221           "source_files": "CGXCategoryKitOC/UIKit/UIResponder/**/*.{h,m}"
222         },
223         {
224           "name": "UIButton",
225           "source_files": "CGXCategoryKitOC/UIKit/UIButton/**/*.{h,m}"
226         },
227         {
228           "name": "UIImageView",
229           "source_files": "CGXCategoryKitOC/UIKit/UIImageView/**/*.{h,m}"
230         },
231         {
232           "name": "UISplitViewController",
233           "source_files": "CGXCategoryKitOC/UIKit/UISplitViewController/**/*.{h,m}"
234         },
235         {
236           "name": "UIView",
237           "source_files": "CGXCategoryKitOC/UIKit/UIView/**/*.{h,m}"
238         },
239         {
240           "name": "UILabel",
241           "source_files": "CGXCategoryKitOC/UIKit/UILabel/**/*.{h,m}"
242         },
243         {
244           "name": "UIImageView",
245           "source_files": "CGXCategoryKitOC/UIKit/UIImageView/**/*.{h,m}"
246         },
247         {
248           "name": "UIScrollView",
249           "source_files": "CGXCategoryKitOC/UIKit/UIScrollView/**/*.{h,m}"
250         },
251         {
252           "name": "UITextField",
253           "source_files": "CGXCategoryKitOC/UIKit/UITextField/**/*.{h,m}"
254         },
255         {
256           "name": "UITextView",
257           "source_files": "CGXCategoryKitOC/UIKit/UITextView/**/*.{h,m}"
258         },
259         {
260           "name": "UIViewController",
261           "source_files": "CGXCategoryKitOC/UIKit/UIViewController/**/*.{h,m}"
262         },
263         {
264           "name": "UITabBarController",
265           "source_files": "CGXCategoryKitOC/UIKit/UITabBarController/**/*.{h,m}",
266           "dependencies": {
267             "CGXCategoryKitOC/Foundation/UIImage": [
269             ]
270           }
271         }
272       ]
273     },
274     {
275       "name": "UIControl",
276       "source_files": "CGXCategoryKitOC/UIControl/**/*.{h,m}"
277     },
278     {
279       "name": "QuartzCore",
280       "subspecs": [
281         {
282           "name": "CALayer",
283           "source_files": "CGXCategoryKitOC/QuartzCore/CALayer/**/*.{h,m}"
284         },
285         {
286           "name": "CATransaction",
287           "source_files": "CGXCategoryKitOC/QuartzCore/CATransaction/**/*.{h,m}"
288         },
289         {
290           "name": "CAShapeLayer",
291           "source_files": "CGXCategoryKitOC/QuartzCore/CAShapeLayer/**/*.{h,m}"
292         },
293         {
294           "name": "CAMediaTimingFunction",
295           "source_files": "CGXCategoryKitOC/QuartzCore/CAMediaTimingFunction/**/*.{h,m}"
296         }
297       ]
298     },
299     {
300       "name": "CoreLocation",
301       "subspecs": [
302         {
303           "name": "CLLocation",
304           "source_files": "CGXCategoryKitOC/CoreLocation/CLLocation/**/*.{h,m}"
305         }
306       ]
307     }
308   ]