[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 2 / JKCategories / 1.9.2 / JKCategories.podspec.json
blob616e8ac3bfbc0a2a3ff149a458f3c4f87401e2ab
2   "name": "JKCategories",
3   "version": "1.9.2",
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": "7.0"
16   },
17   "requires_arc": true,
18   "libraries": "z",
19   "source": {
20     "git": "https://github.com/shaojiankui/JKCategories.git",
21     "tag": "1.9.2"
22   },
23   "public_header_files": "JKCategories/JKCategories.h",
24   "source_files": "JKCategories/JKCategories.h",
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/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": "NSURLConnection",
122           "source_files": "JKCategories/Foundation/NSURLConnection/*.{h,m}"
123         },
124         {
125           "name": "NSURLRequest",
126           "source_files": "JKCategories/Foundation/NSURLRequest/*.{h,m}"
127         },
128         {
129           "name": "NSURLSession",
130           "source_files": "JKCategories/Foundation/NSURLSession/*.{h,m}"
131         },
132         {
133           "name": "NSUserDefaults",
134           "source_files": "JKCategories/Foundation/NSUserDefaults/*.{h,m}"
135         }
136       ]
137     },
138     {
139       "name": "UIKit",
140       "public_header_files": "JKCategories/UIKit/JKUIKit.h",
141       "source_files": "JKCategories/UIKit/JKUIKit.h",
142       "frameworks": "UIKit",
143       "subspecs": [
144         {
145           "name": "UIApplication",
146           "source_files": "JKCategories/UIKit/UIApplication/*.{h,m}"
147         },
148         {
149           "name": "UIBarButtonItem",
150           "source_files": "JKCategories/UIKit/UIBarButtonItem/*.{h,m}"
151         },
152         {
153           "name": "UIBezierPath",
154           "source_files": "JKCategories/UIKit/UIBezierPath/*.{h,m}"
155         },
156         {
157           "name": "UIButton",
158           "source_files": "JKCategories/UIKit/UIButton/*.{h,m}"
159         },
160         {
161           "name": "UIColor",
162           "source_files": "JKCategories/UIKit/UIColor/*.{h,m}"
163         },
164         {
165           "name": "UIControl",
166           "source_files": "JKCategories/UIKit/UIControl/*.{h,m}"
167         },
168         {
169           "name": "UIDevice",
170           "source_files": "JKCategories/UIKit/UIDevice/*.{h,m}"
171         },
172         {
173           "name": "UIFont",
174           "source_files": "JKCategories/UIKit/UIFont/*.{h,m}"
175         },
176         {
177           "name": "UIImage",
178           "source_files": "JKCategories/UIKit/UIImage/*.{h,m}"
179         },
180         {
181           "name": "UIImageView",
182           "source_files": "JKCategories/UIKit/UIImageView/*.{h,m}"
183         },
184         {
185           "name": "UILable",
186           "source_files": "JKCategories/UIKit/UILable/*.{h,m}"
187         },
188         {
189           "name": "UINavigationBar",
190           "source_files": "JKCategories/UIKit/UINavigationBar/*.{h,m}"
191         },
192         {
193           "name": "UINavigationController",
194           "source_files": "JKCategories/UIKit/UINavigationController/*.{h,m}"
195         },
196         {
197           "name": "UINavigationItem",
198           "source_files": "JKCategories/UIKit/UINavigationItem/*.{h,m}"
199         },
200         {
201           "name": "UIPopoverController",
202           "source_files": "JKCategories/UIKit/UIPopoverController/*.{h,m}"
203         },
204         {
205           "name": "UIResponder",
206           "source_files": "JKCategories/UIKit/UIResponder/*.{h,m}"
207         },
208         {
209           "name": "UIScreen",
210           "source_files": "JKCategories/UIKit/UIScreen/*.{h,m}"
211         },
212         {
213           "name": "UIScrollView",
214           "source_files": "JKCategories/UIKit/UIScrollView/*.{h,m}"
215         },
216         {
217           "name": "UISearchBar",
218           "source_files": "JKCategories/UIKit/UISearchBar/*.{h,m}"
219         },
220         {
221           "name": "UISplitViewController",
222           "source_files": "JKCategories/UIKit/UISplitViewController/*.{h,m}"
223         },
224         {
225           "name": "UITableView",
226           "source_files": "JKCategories/UIKit/UITableView/*.{h,m}"
227         },
228         {
229           "name": "UITableViewCell",
230           "source_files": "JKCategories/UIKit/UITableViewCell/*.{h,m}"
231         },
232         {
233           "name": "UITextField",
234           "source_files": "JKCategories/UIKit/UITextField/*.{h,m}"
235         },
236         {
237           "name": "UITextView",
238           "source_files": "JKCategories/UIKit/UITextView/*.{h,m}"
239         },
240         {
241           "name": "UIView",
242           "source_files": "JKCategories/UIKit/UIView/*.{h,m}"
243         },
244         {
245           "name": "UIViewController",
246           "source_files": "JKCategories/UIKit/UIViewController/*.{h,m}"
247         },
248         {
249           "name": "UIWindow",
250           "source_files": "JKCategories/UIKit/UIWindow/*.{h,m}"
251         }
252       ]
253     },
254     {
255       "name": "QuartzCore",
256       "public_header_files": "JKCategories/QuartzCore/JKQuartzCore.h",
257       "source_files": "JKCategories/QuartzCore/JKQuartzCore.h",
258       "frameworks": [
259         "QuartzCore",
260         "UIKit"
261       ],
262       "subspecs": [
263         {
264           "name": "CAAnimation",
265           "source_files": "JKCategories/QuartzCore/CAAnimation/*.{h,m}"
266         },
267         {
268           "name": "CALayer",
269           "source_files": "JKCategories/QuartzCore/CALayer/*.{h,m}"
270         },
271         {
272           "name": "CAMediaTimingFunction",
273           "source_files": "JKCategories/QuartzCore/CAMediaTimingFunction/*.{h,m}"
274         },
275         {
276           "name": "CAShapeLayer",
277           "source_files": "JKCategories/QuartzCore/CAShapeLayer/*.{h,m}"
278         },
279         {
280           "name": "CATransaction",
281           "source_files": "JKCategories/QuartzCore/CATransaction/*.{h,m}"
282         }
283       ]
284     },
285     {
286       "name": "MapKit",
287       "public_header_files": "JKCategories/MapKit/JKMapKit.h",
288       "source_files": "JKCategories/MapKit/JKMapKit.h",
289       "frameworks": "MapKit",
290       "subspecs": [
291         {
292           "name": "MKMapView",
293           "source_files": "JKCategories/MapKit/MKMapView/*.{h,m}"
294         }
295       ]
296     },
297     {
298       "name": "CoreLocation",
299       "public_header_files": "JKCategories/CoreLocation/JKCoreLocation.h",
300       "source_files": "JKCategories/CoreLocation/JKCoreLocation.h",
301       "frameworks": "CoreLocation",
302       "subspecs": [
303         {
304           "name": "CLLocation",
305           "source_files": "JKCategories/CoreLocation/CLLocation/*.{h,m}"
306         }
307       ]
308     },
309     {
310       "name": "CoreData",
311       "public_header_files": "JKCategories/CoreData/JKCoreData.h",
312       "source_files": "JKCategories/CoreData/JKCoreData.h",
313       "frameworks": "CoreData",
314       "subspecs": [
315         {
316           "name": "NSFetchRequest",
317           "source_files": "JKCategories/CoreData/NSFetchRequest/*.{h,m}"
318         },
319         {
320           "name": "NSManagedObject",
321           "source_files": "JKCategories/CoreData/NSManagedObject/*.{h,m}",
322           "dependencies": {
323             "JKCategories/CoreData/NSManagedObjectContext": [
325             ]
326           }
327         },
328         {
329           "name": "NSManagedObjectContext",
330           "source_files": "JKCategories/CoreData/NSManagedObjectContext/*.{h,m}",
331           "dependencies": {
332             "JKCategories/CoreData/NSFetchRequest": [
334             ]
335           }
336         }
337       ]
338     }
339   ]