[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 4 / 6 / JKCategories-andy0570 / 2.0.3 / JKCategories-andy0570.podspec.json
blob80517f7e8b4dad19275ca556b7e421da0449eba3
2   "name": "JKCategories-andy0570",
3   "version": "2.0.3",
4   "summary": "JKCategories(iOS-Categories), a collection of useful Objective-C Categories extending iOS Frameworks",
5   "description": "JKCategories(iOS-Categories), a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation,UIKit,CoreData,QuartzCore,CoreLocation,MapKit Etc.",
6   "homepage": "https://github.com/shaojiankui/JKCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "skyfox": "i@skyfox.org"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Andy0570/JKCategories.git",
19     "tag": "2.0.3"
20   },
21   "requires_arc": true,
22   "source_files": "JKCategories/JKCategories.h",
23   "public_header_files": "JKCategories/JKCategories.h",
24   "libraries": "z",
25   "subspecs": [
26     {
27       "name": "Foundation",
28       "public_header_files": "JKCategories/Foundation/JKFoundation.h",
29       "source_files": "JKCategories/Foundation/JKFoundation.h",
30       "frameworks": [
31         "Foundation",
32         "Security"
33       ],
34       "subspecs": [
35         {
36           "name": "NSArray",
37           "source_files": "JKCategories/Foundation/NSArray/*.{h,m}"
38         },
39         {
40           "name": "NSBundle",
41           "source_files": "JKCategories/Foundation/NSBundle/*.{h,m}"
42         },
43         {
44           "name": "NSData",
45           "source_files": "JKCategories/Foundation/NSData/*.{h,m}"
46         },
47         {
48           "name": "NSDate",
49           "source_files": "JKCategories/Foundation/NSDate/*.{h,m}"
50         },
51         {
52           "name": "NSDateFormatter",
53           "source_files": "JKCategories/Foundation/NSDateFormatter/*.{h,m}"
54         },
55         {
56           "name": "NSDictionary",
57           "source_files": "JKCategories/Foundation/NSDictionary/*.{h,m}"
58         },
59         {
60           "name": "NSException",
61           "source_files": "JKCategories/Foundation/NSException/*.{h,m}"
62         },
63         {
64           "name": "NSFileHandle",
65           "source_files": "JKCategories/Foundation/NSFileHandle/*.{h,m}"
66         },
67         {
68           "name": "NSFileManager",
69           "source_files": "JKCategories/Foundation/NSFileManager/*.{h,m}"
70         },
71         {
72           "name": "NSHTTPCookieStorage",
73           "source_files": "JKCategories/Foundation/NSHTTPCookieStorage/*.{h,m}"
74         },
75         {
76           "name": "NSIndexPath",
77           "source_files": "JKCategories/Foundation/NSIndexPath/*.{h,m}"
78         },
79         {
80           "name": "NSInvocation",
81           "source_files": "JKCategories/Foundation/NSInvocation/*.{h,m}"
82         },
83         {
84           "name": "NSNotificationCenter",
85           "source_files": "JKCategories/Foundation/NSNotificationCenter/*.{h,m}"
86         },
87         {
88           "name": "NSNumber",
89           "source_files": "JKCategories/Foundation/NSNumber/*.{h,m}"
90         },
91         {
92           "name": "NSObject",
93           "source_files": "JKCategories/Foundation/NSObject/*.{h,m}"
94         },
95         {
96           "name": "NSRunLoop",
97           "source_files": "JKCategories/Foundation/NSRunLoop/*.{h,m}"
98         },
99         {
100           "name": "NSSet",
101           "source_files": "JKCategories/Foundation/NSSet/*.{h,m}"
102         },
103         {
104           "name": "NSString",
105           "source_files": "JKCategories/Foundation/NSString/*.{h,m}",
106           "dependencies": {
107             "JKCategories-andy0570/Foundation/NSData": [
109             ]
110           }
111         },
112         {
113           "name": "NSTimer",
114           "source_files": "JKCategories/Foundation/NSTimer/*.{h,m}"
115         },
116         {
117           "name": "NSURL",
118           "source_files": "JKCategories/Foundation/NSURL/*.{h,m}"
119         },
120         {
121           "name": "NSURLRequest",
122           "source_files": "JKCategories/Foundation/NSURLRequest/*.{h,m}"
123         },
124         {
125           "name": "NSURLSession",
126           "source_files": "JKCategories/Foundation/NSURLSession/*.{h,m}"
127         },
128         {
129           "name": "NSUserDefaults",
130           "source_files": "JKCategories/Foundation/NSUserDefaults/*.{h,m}"
131         }
132       ]
133     },
134     {
135       "name": "UIKit",
136       "public_header_files": "JKCategories/UIKit/JKUIKit.h",
137       "source_files": "JKCategories/UIKit/JKUIKit.h",
138       "frameworks": "UIKit",
139       "subspecs": [
140         {
141           "name": "UIApplication",
142           "source_files": "JKCategories/UIKit/UIApplication/*.{h,m}"
143         },
144         {
145           "name": "UIBarButtonItem",
146           "source_files": "JKCategories/UIKit/UIBarButtonItem/*.{h,m}"
147         },
148         {
149           "name": "UIBezierPath",
150           "source_files": "JKCategories/UIKit/UIBezierPath/*.{h,m}"
151         },
152         {
153           "name": "UIButton",
154           "source_files": "JKCategories/UIKit/UIButton/*.{h,m}"
155         },
156         {
157           "name": "UIColor",
158           "source_files": "JKCategories/UIKit/UIColor/*.{h,m}"
159         },
160         {
161           "name": "UIControl",
162           "source_files": "JKCategories/UIKit/UIControl/*.{h,m}"
163         },
164         {
165           "name": "UIDevice",
166           "source_files": "JKCategories/UIKit/UIDevice/*.{h,m}"
167         },
168         {
169           "name": "UIFont",
170           "source_files": "JKCategories/UIKit/UIFont/*.{h,m}"
171         },
172         {
173           "name": "UIImage",
174           "source_files": "JKCategories/UIKit/UIImage/*.{h,m}"
175         },
176         {
177           "name": "UIImageView",
178           "source_files": "JKCategories/UIKit/UIImageView/*.{h,m}"
179         },
180         {
181           "name": "UILable",
182           "source_files": "JKCategories/UIKit/UILable/*.{h,m}"
183         },
184         {
185           "name": "UINavigationBar",
186           "source_files": "JKCategories/UIKit/UINavigationBar/*.{h,m}"
187         },
188         {
189           "name": "UINavigationController",
190           "source_files": "JKCategories/UIKit/UINavigationController/*.{h,m}"
191         },
192         {
193           "name": "UINavigationItem",
194           "source_files": "JKCategories/UIKit/UINavigationItem/*.{h,m}"
195         },
196         {
197           "name": "UIResponder",
198           "source_files": "JKCategories/UIKit/UIResponder/*.{h,m}"
199         },
200         {
201           "name": "UIScreen",
202           "source_files": "JKCategories/UIKit/UIScreen/*.{h,m}"
203         },
204         {
205           "name": "UIScrollView",
206           "source_files": "JKCategories/UIKit/UIScrollView/*.{h,m}"
207         },
208         {
209           "name": "UISearchBar",
210           "source_files": "JKCategories/UIKit/UISearchBar/*.{h,m}"
211         },
212         {
213           "name": "UISplitViewController",
214           "source_files": "JKCategories/UIKit/UISplitViewController/*.{h,m}"
215         },
216         {
217           "name": "UITableView",
218           "source_files": "JKCategories/UIKit/UITableView/*.{h,m}"
219         },
220         {
221           "name": "UITableViewCell",
222           "source_files": "JKCategories/UIKit/UITableViewCell/*.{h,m}"
223         },
224         {
225           "name": "UITextField",
226           "source_files": "JKCategories/UIKit/UITextField/*.{h,m}"
227         },
228         {
229           "name": "UITextView",
230           "source_files": "JKCategories/UIKit/UITextView/*.{h,m}"
231         },
232         {
233           "name": "UIView",
234           "source_files": "JKCategories/UIKit/UIView/*.{h,m}"
235         },
236         {
237           "name": "UIViewController",
238           "source_files": "JKCategories/UIKit/UIViewController/*.{h,m}"
239         },
240         {
241           "name": "UIWindow",
242           "source_files": "JKCategories/UIKit/UIWindow/*.{h,m}"
243         }
244       ]
245     },
246     {
247       "name": "QuartzCore",
248       "public_header_files": "JKCategories/QuartzCore/JKQuartzCore.h",
249       "source_files": "JKCategories/QuartzCore/JKQuartzCore.h",
250       "frameworks": [
251         "QuartzCore",
252         "UIKit"
253       ],
254       "subspecs": [
255         {
256           "name": "CAAnimation",
257           "source_files": "JKCategories/QuartzCore/CAAnimation/*.{h,m}"
258         },
259         {
260           "name": "CALayer",
261           "source_files": "JKCategories/QuartzCore/CALayer/*.{h,m}"
262         },
263         {
264           "name": "CAMediaTimingFunction",
265           "source_files": "JKCategories/QuartzCore/CAMediaTimingFunction/*.{h,m}"
266         },
267         {
268           "name": "CAShapeLayer",
269           "source_files": "JKCategories/QuartzCore/CAShapeLayer/*.{h,m}"
270         },
271         {
272           "name": "CATransaction",
273           "source_files": "JKCategories/QuartzCore/CATransaction/*.{h,m}"
274         }
275       ]
276     },
277     {
278       "name": "MapKit",
279       "public_header_files": "JKCategories/MapKit/JKMapKit.h",
280       "source_files": "JKCategories/MapKit/JKMapKit.h",
281       "frameworks": "MapKit",
282       "subspecs": [
283         {
284           "name": "MKMapView",
285           "source_files": "JKCategories/MapKit/MKMapView/*.{h,m}"
286         }
287       ]
288     },
289     {
290       "name": "CoreLocation",
291       "public_header_files": "JKCategories/CoreLocation/JKCoreLocation.h",
292       "source_files": "JKCategories/CoreLocation/JKCoreLocation.h",
293       "frameworks": "CoreLocation",
294       "subspecs": [
295         {
296           "name": "CLLocation",
297           "source_files": "JKCategories/CoreLocation/CLLocation/*.{h,m}"
298         }
299       ]
300     }
301   ]