[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / b / f / WGKCategories / 0.1.0 / WGKCategories.podspec.json
bloba73bba4da977aa071d5227ada7be8f66bf65ffc6
2   "name": "WGKCategories",
3   "version": "0.1.0",
4   "summary": "从JKCategories修改而来,重新命名了前缀,去掉了UIWebView相关分类",
5   "description": "从JKCategories修改而来。\n重新命名了前缀。\n去掉了UIWebView相关分类。\n删掉了重复命名的方法。",
6   "homepage": "https://github.com/ghostlords/WGKCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ghostlords": "ghostlords@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/ghostlords/WGKCategories.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "public_header_files": "WGKCategories/WGKCategories.h",
23   "source_files": "WGKCategories/WGKCategories.h",
24   "subspecs": [
25     {
26       "name": "Foundation",
27       "public_header_files": "WGKCategories/Foundation/WGKFoundation.h",
28       "source_files": "WGKCategories/Foundation/WGKFoundation.h",
29       "frameworks": [
30         "Foundation",
31         "Security"
32       ],
33       "subspecs": [
34         {
35           "name": "NSArray",
36           "source_files": "WGKCategories/Foundation/NSArray/*.{h,m}"
37         },
38         {
39           "name": "NSBundle",
40           "source_files": "WGKCategories/Foundation/NSBundle/*.{h,m}"
41         },
42         {
43           "name": "NSData",
44           "source_files": "WGKCategories/Foundation/NSData/*.{h,m}"
45         },
46         {
47           "name": "NSDate",
48           "source_files": "WGKCategories/Foundation/NSDate/*.{h,m}"
49         },
50         {
51           "name": "NSDateFormatter",
52           "source_files": "WGKCategories/Foundation/NSDateFormatter/*.{h,m}"
53         },
54         {
55           "name": "NSDictionary",
56           "source_files": "WGKCategories/Foundation/NSDictionary/*.{h,m}"
57         },
58         {
59           "name": "NSException",
60           "source_files": "WGKCategories/Foundation/NSException/*.{h,m}"
61         },
62         {
63           "name": "NSFileHandle",
64           "source_files": "WGKCategories/Foundation/NSFileHandle/*.{h,m}"
65         },
66         {
67           "name": "NSFileManager",
68           "source_files": "WGKCategories/Foundation/NSFileManager/*.{h,m}"
69         },
70         {
71           "name": "NSHTTPCookieStorage",
72           "source_files": "WGKCategories/Foundation/NSHTTPCookieStorage/*.{h,m}"
73         },
74         {
75           "name": "NSIndexPath",
76           "source_files": "WGKCategories/Foundation/NSIndexPath/*.{h,m}"
77         },
78         {
79           "name": "NSInvocation",
80           "source_files": "WGKCategories/Foundation/NSInvocation/*.{h,m}"
81         },
82         {
83           "name": "NSNotificationCenter",
84           "source_files": "WGKCategories/Foundation/NSNotificationCenter/*.{h,m}"
85         },
86         {
87           "name": "NSNumber",
88           "source_files": "WGKCategories/Foundation/NSNumber/*.{h,m}"
89         },
90         {
91           "name": "NSObject",
92           "source_files": "WGKCategories/Foundation/NSObject/*.{h,m}"
93         },
94         {
95           "name": "NSRunLoop",
96           "source_files": "WGKCategories/Foundation/NSRunLoop/*.{h,m}"
97         },
98         {
99           "name": "NSSet",
100           "source_files": "WGKCategories/Foundation/NSSet/*.{h,m}"
101         },
102         {
103           "name": "NSString",
104           "source_files": "WGKCategories/Foundation/NSString/*.{h,m}",
105           "dependencies": {
106             "WGKCategories/Foundation/NSData": [
108             ]
109           }
110         },
111         {
112           "name": "NSTimer",
113           "source_files": "WGKCategories/Foundation/NSTimer/*.{h,m}"
114         },
115         {
116           "name": "NSURL",
117           "source_files": "WGKCategories/Foundation/NSURL/*.{h,m}"
118         },
119         {
120           "name": "NSURLConnection",
121           "source_files": "WGKCategories/Foundation/NSURLConnection/*.{h,m}"
122         },
123         {
124           "name": "NSURLRequest",
125           "source_files": "WGKCategories/Foundation/NSURLRequest/*.{h,m}"
126         },
127         {
128           "name": "NSURLSession",
129           "source_files": "WGKCategories/Foundation/NSURLSession/*.{h,m}"
130         },
131         {
132           "name": "NSUserDefaults",
133           "source_files": "WGKCategories/Foundation/NSUserDefaults/*.{h,m}"
134         }
135       ]
136     },
137     {
138       "name": "UIKit",
139       "public_header_files": "WGKCategories/UIKit/WGKUIKit.h",
140       "source_files": "WGKCategories/UIKit/WGKUIKit.h",
141       "frameworks": "UIKit",
142       "subspecs": [
143         {
144           "name": "UIAlertView",
145           "source_files": "WGKCategories/UIKit/UIAlertView/*.{h,m}"
146         },
147         {
148           "name": "UIApplication",
149           "source_files": "WGKCategories/UIKit/UIApplication/*.{h,m}"
150         },
151         {
152           "name": "UIBarButtonItem",
153           "source_files": "WGKCategories/UIKit/UIBarButtonItem/*.{h,m}"
154         },
155         {
156           "name": "UIBezierPath",
157           "source_files": "WGKCategories/UIKit/UIBezierPath/*.{h,m}"
158         },
159         {
160           "name": "UIButton",
161           "source_files": "WGKCategories/UIKit/UIButton/*.{h,m}"
162         },
163         {
164           "name": "UIColor",
165           "source_files": "WGKCategories/UIKit/UIColor/*.{h,m}"
166         },
167         {
168           "name": "UIControl",
169           "source_files": "WGKCategories/UIKit/UIControl/*.{h,m}"
170         },
171         {
172           "name": "UIDevice",
173           "source_files": "WGKCategories/UIKit/UIDevice/*.{h,m}"
174         },
175         {
176           "name": "UIFont",
177           "source_files": "WGKCategories/UIKit/UIFont/*.{h,m}"
178         },
179         {
180           "name": "UIImage",
181           "source_files": "WGKCategories/UIKit/UIImage/*.{h,m}"
182         },
183         {
184           "name": "UIImageView",
185           "source_files": "WGKCategories/UIKit/UIImageView/*.{h,m}"
186         },
187         {
188           "name": "UILable",
189           "source_files": "WGKCategories/UIKit/UILable/*.{h,m}"
190         },
191         {
192           "name": "UINavigationBar",
193           "source_files": "WGKCategories/UIKit/UINavigationBar/*.{h,m}"
194         },
195         {
196           "name": "UINavigationController",
197           "source_files": "WGKCategories/UIKit/UINavigationController/*.{h,m}"
198         },
199         {
200           "name": "UINavigationItem",
201           "source_files": "WGKCategories/UIKit/UINavigationItem/*.{h,m}"
202         },
203         {
204           "name": "UIPopoverController",
205           "source_files": "WGKCategories/UIKit/UIPopoverController/*.{h,m}"
206         },
207         {
208           "name": "UIResponder",
209           "source_files": "WGKCategories/UIKit/UIResponder/*.{h,m}"
210         },
211         {
212           "name": "UIScreen",
213           "source_files": "WGKCategories/UIKit/UIScreen/*.{h,m}"
214         },
215         {
216           "name": "UIScrollView",
217           "source_files": "WGKCategories/UIKit/UIScrollView/*.{h,m}"
218         },
219         {
220           "name": "UISearchBar",
221           "source_files": "WGKCategories/UIKit/UISearchBar/*.{h,m}"
222         },
223         {
224           "name": "UISplitViewController",
225           "source_files": "WGKCategories/UIKit/UISplitViewController/*.{h,m}"
226         },
227         {
228           "name": "UITableView",
229           "source_files": "WGKCategories/UIKit/UITableView/*.{h,m}"
230         },
231         {
232           "name": "UITableViewCell",
233           "source_files": "WGKCategories/UIKit/UITableViewCell/*.{h,m}"
234         },
235         {
236           "name": "UITextField",
237           "source_files": "WGKCategories/UIKit/UITextField/*.{h,m}"
238         },
239         {
240           "name": "UITextView",
241           "source_files": "WGKCategories/UIKit/UITextView/*.{h,m}"
242         },
243         {
244           "name": "UIView",
245           "source_files": "WGKCategories/UIKit/UIView/*.{h,m}"
246         },
247         {
248           "name": "UIViewController",
249           "source_files": "WGKCategories/UIKit/UIViewController/*.{h,m}"
250         },
251         {
252           "name": "UIWindow",
253           "source_files": "WGKCategories/UIKit/UIWindow/*.{h,m}"
254         }
255       ]
256     },
257     {
258       "name": "QuartzCore",
259       "public_header_files": "WGKCategories/QuartzCore/WGKQuartzCore.h",
260       "source_files": "WGKCategories/QuartzCore/WGKQuartzCore.h",
261       "frameworks": [
262         "QuartzCore",
263         "UIKit"
264       ],
265       "subspecs": [
266         {
267           "name": "CAAnimation",
268           "source_files": "WGKCategories/QuartzCore/CAAnimation/*.{h,m}"
269         },
270         {
271           "name": "CALayer",
272           "source_files": "WGKCategories/QuartzCore/CALayer/*.{h,m}"
273         },
274         {
275           "name": "CAMediaTimingFunction",
276           "source_files": "WGKCategories/QuartzCore/CAMediaTimingFunction/*.{h,m}"
277         },
278         {
279           "name": "CAShapeLayer",
280           "source_files": "WGKCategories/QuartzCore/CAShapeLayer/*.{h,m}"
281         },
282         {
283           "name": "CATransaction",
284           "source_files": "WGKCategories/QuartzCore/CATransaction/*.{h,m}"
285         }
286       ]
287     },
288     {
289       "name": "MapKit",
290       "public_header_files": "WGKCategories/MapKit/WGKMapKit.h",
291       "source_files": "WGKCategories/MapKit/WGKMapKit.h",
292       "frameworks": "MapKit",
293       "subspecs": [
294         {
295           "name": "MKMapView",
296           "source_files": "WGKCategories/MapKit/MKMapView/*.{h,m}"
297         }
298       ]
299     },
300     {
301       "name": "CoreLocation",
302       "public_header_files": "WGKCategories/CoreLocation/WGKCoreLocation.h",
303       "source_files": "WGKCategories/CoreLocation/WGKCoreLocation.h",
304       "frameworks": "CoreLocation",
305       "subspecs": [
306         {
307           "name": "CLLocation",
308           "source_files": "WGKCategories/CoreLocation/CLLocation/*.{h,m}"
309         }
310       ]
311     },
312     {
313       "name": "CoreData",
314       "public_header_files": "WGKCategories/CoreData/WGKCoreData.h",
315       "source_files": "WGKCategories/CoreData/WGKCoreData.h",
316       "frameworks": "CoreData",
317       "subspecs": [
318         {
319           "name": "NSFetchRequest",
320           "source_files": "WGKCategories/CoreData/NSFetchRequest/*.{h,m}"
321         },
322         {
323           "name": "NSManagedObject",
324           "source_files": "WGKCategories/CoreData/NSManagedObject/*.{h,m}",
325           "dependencies": {
326             "WGKCategories/CoreData/NSManagedObjectContext": [
328             ]
329           }
330         },
331         {
332           "name": "NSManagedObjectContext",
333           "source_files": "WGKCategories/CoreData/NSManagedObjectContext/*.{h,m}",
334           "dependencies": {
335             "WGKCategories/CoreData/NSFetchRequest": [
337             ]
338           }
339         }
340       ]
341     }
342   ]