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