[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / 0 / 7 / CGXCategoryKitOC / 0.0.9 / CGXCategoryKitOC.podspec.json
blob9ff6fe5ce119cce25bfe2f6f0f442f7f87796b80
2   "name": "CGXCategoryKitOC",
3   "version": "0.0.9",
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.0.9"
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": "Foundation",
43       "subspecs": [
44         {
45           "name": "NSTimer",
46           "source_files": "CGXCategoryKitOC/Foundation/NSTimer/**/*.{h,m}"
47         },
48         {
49           "name": "NSBundle",
50           "source_files": "CGXCategoryKitOC/Foundation/NSBundle/**/*.{h,m}"
51         },
52         {
53           "name": "UIColor",
54           "source_files": "CGXCategoryKitOC/Foundation/UIColor/**/*.{h,m}"
55         },
56         {
57           "name": "UIDevice",
58           "source_files": "CGXCategoryKitOC/Foundation/UIDevice/**/*.{h,m}"
59         },
60         {
61           "name": "NSNull",
62           "source_files": "CGXCategoryKitOC/Foundation/NSNull/**/*.{h,m}"
63         },
64         {
65           "name": "NSDictionary",
66           "source_files": "CGXCategoryKitOC/Foundation/NSDictionary/**/*.{h,m}"
67         },
68         {
69           "name": "NSNotificationCenter",
70           "source_files": "CGXCategoryKitOC/Foundation/NSNotificationCenter/**/*.{h,m}"
71         },
72         {
73           "name": "NSFileManager",
74           "source_files": "CGXCategoryKitOC/Foundation/NSFileManager/**/*.{h,m}"
75         },
76         {
77           "name": "UIFont",
78           "source_files": "CGXCategoryKitOC/Foundation/UIFont/**/*.{h,m}"
79         },
80         {
81           "name": "NSIndexPath",
82           "source_files": "CGXCategoryKitOC/Foundation/NSIndexPath/**/*.{h,m}"
83         },
84         {
85           "name": "NSRunLoop",
86           "source_files": "CGXCategoryKitOC/Foundation/NSRunLoop/**/*.{h,m}"
87         },
88         {
89           "name": "NSMutableAttributedString",
90           "source_files": "CGXCategoryKitOC/Foundation/NSMutableAttributedString/**/*.{h,m}"
91         },
92         {
93           "name": "UIImage",
94           "source_files": "CGXCategoryKitOC/Foundation/UIImage/**/*.{h,m}"
95         },
96         {
97           "name": "NSHTTPCookieStorage",
98           "source_files": "CGXCategoryKitOC/Foundation/NSHTTPCookieStorage/**/*.{h,m}"
99         },
100         {
101           "name": "NSFileHandle",
102           "source_files": "CGXCategoryKitOC/Foundation/NSFileHandle/**/*.{h,m}"
103         },
104         {
105           "name": "NSException",
106           "source_files": "CGXCategoryKitOC/Foundation/NSException/**/*.{h,m}"
107         },
108         {
109           "name": "NSArray",
110           "source_files": "CGXCategoryKitOC/Foundation/NSArray/**/*.{h,m}"
111         },
112         {
113           "name": "NSData",
114           "source_files": "CGXCategoryKitOC/Foundation/NSData/**/*.{h,m}"
115         },
116         {
117           "name": "NSNumber",
118           "source_files": "CGXCategoryKitOC/Foundation/NSNumber/**/*.{h,m}"
119         },
120         {
121           "name": "NSURL",
122           "source_files": "CGXCategoryKitOC/Foundation/NSURL/**/*.{h,m}"
123         },
124         {
125           "name": "NSString",
126           "source_files": "CGXCategoryKitOC/Foundation/NSString/**/*.{h,m}",
127           "public_header_files": "CGXCategoryKitOC/Foundation/NSString/*.h"
128         },
129         {
130           "name": "NSObject",
131           "source_files": "CGXCategoryKitOC/Foundation/NSObject/**/*.{h,m}",
132           "public_header_files": "CGXCategoryKitOC/Foundation/NSObject/*.h"
133         },
134         {
135           "name": "NSUserDefaults",
136           "source_files": "CGXCategoryKitOC/Foundation/NSUserDefaults/**/*.{h,m}",
137           "dependencies": {
138             "CGXCategoryKitOC/Foundation/NSObject": [
140             ]
141           }
142         }
143       ]
144     },
145     {
146       "name": "UIKit",
147       "subspecs": [
148         {
149           "name": "UIWindow",
150           "source_files": "CGXCategoryKitOC/UIKit/UIWindow/**/*.{h,m}"
151         },
152         {
153           "name": "WKWebView",
154           "source_files": "CGXCategoryKitOC/UIKit/WKWebView/**/*.{h,m}"
155         },
156         {
157           "name": "UISegmentedControl",
158           "source_files": "CGXCategoryKitOC/UIKit/UISegmentedControl/**/*.{h,m}"
159         },
160         {
161           "name": "UITableView",
162           "source_files": "CGXCategoryKitOC/UIKit/UITableView/**/*.{h,m}"
163         },
164         {
165           "name": "UITableViewCell",
166           "source_files": "CGXCategoryKitOC/UIKit/UITableViewCell/**/*.{h,m}"
167         },
168         {
169           "name": "UINavigationItem",
170           "source_files": "CGXCategoryKitOC/UIKit/UINavigationItem/**/*.{h,m}"
171         },
172         {
173           "name": "UINavigationBar",
174           "source_files": "CGXCategoryKitOC/UIKit/UINavigationBar/**/*.{h,m}"
175         },
176         {
177           "name": "UIBarButtonItem",
178           "source_files": "CGXCategoryKitOC/UIKit/UIBarButtonItem/**/*.{h,m}"
179         },
180         {
181           "name": "UINavigationController",
182           "source_files": "CGXCategoryKitOC/UIKit/UINavigationController/**/*.{h,m}"
183         },
184         {
185           "name": "UIScreen",
186           "source_files": "CGXCategoryKitOC/UIKit/UIScreen/**/*.{h,m}"
187         },
188         {
189           "name": "UIApplication",
190           "source_files": "CGXCategoryKitOC/UIKit/UIApplication/**/*.{h,m}"
191         },
192         {
193           "name": "UIResponder",
194           "source_files": "CGXCategoryKitOC/UIKit/UIResponder/**/*.{h,m}"
195         },
196         {
197           "name": "UIButton",
198           "source_files": "CGXCategoryKitOC/UIKit/UIButton/**/*.{h,m}"
199         },
200         {
201           "name": "UIImageView",
202           "source_files": "CGXCategoryKitOC/UIKit/UIImageView/**/*.{h,m}"
203         },
204         {
205           "name": "UISplitViewController",
206           "source_files": "CGXCategoryKitOC/UIKit/UISplitViewController/**/*.{h,m}"
207         },
208         {
209           "name": "UIView",
210           "source_files": "CGXCategoryKitOC/UIKit/UIView/**/*.{h,m}"
211         },
212         {
213           "name": "UILabel",
214           "source_files": "CGXCategoryKitOC/UIKit/UILabel/**/*.{h,m}"
215         },
216         {
217           "name": "UIImageView",
218           "source_files": "CGXCategoryKitOC/UIKit/UIImageView/**/*.{h,m}"
219         },
220         {
221           "name": "UIScrollView",
222           "source_files": "CGXCategoryKitOC/UIKit/UIScrollView/**/*.{h,m}"
223         },
224         {
225           "name": "UITextField",
226           "source_files": "CGXCategoryKitOC/UIKit/UITextField/**/*.{h,m}"
227         },
228         {
229           "name": "UITextView",
230           "source_files": "CGXCategoryKitOC/UIKit/UITextView/**/*.{h,m}"
231         },
232         {
233           "name": "UIViewController",
234           "source_files": "CGXCategoryKitOC/UIKit/UIViewController/**/*.{h,m}"
235         }
236       ]
237     },
238     {
239       "name": "UIControl",
240       "source_files": "CGXCategoryKitOC/UIControl/**/*.{h,m}"
241     },
242     {
243       "name": "QuartzCore",
244       "subspecs": [
245         {
246           "name": "CALayer",
247           "source_files": "CGXCategoryKitOC/QuartzCore/CALayer/**/*.{h,m}"
248         },
249         {
250           "name": "CATransaction",
251           "source_files": "CGXCategoryKitOC/QuartzCore/CATransaction/**/*.{h,m}"
252         },
253         {
254           "name": "CAShapeLayer",
255           "source_files": "CGXCategoryKitOC/QuartzCore/CAShapeLayer/**/*.{h,m}"
256         },
257         {
258           "name": "CAMediaTimingFunction",
259           "source_files": "CGXCategoryKitOC/QuartzCore/CAMediaTimingFunction/**/*.{h,m}"
260         }
261       ]
262     },
263     {
264       "name": "CoreLocation",
265       "subspecs": [
266         {
267           "name": "CLLocation",
268           "source_files": "CGXCategoryKitOC/CoreLocation/CLLocation/**/*.{h,m}"
269         }
270       ]
271     }
272   ]