2 "name": "JKCategories",
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",
12 "skyfox": "i@skyfox.org"
20 "git": "https://github.com/shaojiankui/JKCategories.git",
23 "public_header_files": "JKCategories/JKCategories.h",
24 "source_files": "JKCategories/JKCategories.h",
28 "public_header_files": "JKCategories/Foundation/JKFoundation.h",
29 "source_files": "JKCategories/Foundation/JKFoundation.h",
37 "source_files": "JKCategories/Foundation/NSArray/*.{h,m}"
41 "source_files": "JKCategories/Foundation/NSBundle/*.{h,m}"
45 "source_files": "JKCategories/Foundation/NSData/*.{h,m}"
49 "source_files": "JKCategories/Foundation/NSDate/*.{h,m}"
52 "name": "NSDateFormatter",
53 "source_files": "JKCategories/Foundation/NSDateFormatter/*.{h,m}"
56 "name": "NSDictionary",
57 "source_files": "JKCategories/Foundation/NSDictionary/*.{h,m}"
60 "name": "NSException",
61 "source_files": "JKCategories/Foundation/NSException/*.{h,m}"
64 "name": "NSFileHandle",
65 "source_files": "JKCategories/Foundation/NSFileHandle/*.{h,m}"
68 "name": "NSFileManager",
69 "source_files": "JKCategories/Foundation/NSFileManager/*.{h,m}"
72 "name": "NSHTTPCookieStorage",
73 "source_files": "JKCategories/Foundation/NSHTTPCookieStorage/*.{h,m}"
76 "name": "NSIndexPath",
77 "source_files": "JKCategories/Foundation/NSIndexPath/*.{h,m}"
80 "name": "NSInvocation",
81 "source_files": "JKCategories/Foundation/NSInvocation/*.{h,m}"
84 "name": "NSNotificationCenter",
85 "source_files": "JKCategories/Foundation/NSNotificationCenter/*.{h,m}"
89 "source_files": "JKCategories/Foundation/NSNumber/*.{h,m}"
93 "source_files": "JKCategories/Foundation/NSObject/*.{h,m}"
97 "source_files": "JKCategories/Foundation/NSRunLoop/*.{h,m}"
101 "source_files": "JKCategories/Foundation/NSSet/*.{h,m}"
105 "source_files": "JKCategories/Foundation/NSString/*.{h,m}",
107 "JKCategories/Foundation/NSData": [
114 "source_files": "JKCategories/Foundation/NSTimer/*.{h,m}"
118 "source_files": "JKCategories/Foundation/NSURL/*.{h,m}"
121 "name": "NSURLConnection",
122 "source_files": "JKCategories/Foundation/NSURLConnection/*.{h,m}"
125 "name": "NSURLRequest",
126 "source_files": "JKCategories/Foundation/NSURLRequest/*.{h,m}"
129 "name": "NSURLSession",
130 "source_files": "JKCategories/Foundation/NSURLSession/*.{h,m}"
133 "name": "NSUserDefaults",
134 "source_files": "JKCategories/Foundation/NSUserDefaults/*.{h,m}"
140 "public_header_files": "JKCategories/UIKit/JKUIKit.h",
141 "source_files": "JKCategories/UIKit/JKUIKit.h",
142 "frameworks": "UIKit",
145 "name": "UIAlertView",
146 "source_files": "JKCategories/UIKit/UIAlertView/*.{h,m}"
149 "name": "UIApplication",
150 "source_files": "JKCategories/UIKit/UIApplication/*.{h,m}"
153 "name": "UIBarButtonItem",
154 "source_files": "JKCategories/UIKit/UIBarButtonItem/*.{h,m}"
157 "name": "UIBezierPath",
158 "source_files": "JKCategories/UIKit/UIBezierPath/*.{h,m}"
162 "source_files": "JKCategories/UIKit/UIButton/*.{h,m}"
166 "source_files": "JKCategories/UIKit/UIColor/*.{h,m}"
170 "source_files": "JKCategories/UIKit/UIControl/*.{h,m}"
174 "source_files": "JKCategories/UIKit/UIDevice/*.{h,m}"
178 "source_files": "JKCategories/UIKit/UIFont/*.{h,m}"
182 "source_files": "JKCategories/UIKit/UIImage/*.{h,m}"
185 "name": "UIImageView",
186 "source_files": "JKCategories/UIKit/UIImageView/*.{h,m}"
190 "source_files": "JKCategories/UIKit/UILable/*.{h,m}"
193 "name": "UINavigationBar",
194 "source_files": "JKCategories/UIKit/UINavigationBar/*.{h,m}"
197 "name": "UINavigationController",
198 "source_files": "JKCategories/UIKit/UINavigationController/*.{h,m}"
201 "name": "UINavigationItem",
202 "source_files": "JKCategories/UIKit/UINavigationItem/*.{h,m}"
205 "name": "UIPopoverController",
206 "source_files": "JKCategories/UIKit/UIPopoverController/*.{h,m}"
209 "name": "UIResponder",
210 "source_files": "JKCategories/UIKit/UIResponder/*.{h,m}"
214 "source_files": "JKCategories/UIKit/UIScreen/*.{h,m}"
217 "name": "UIScrollView",
218 "source_files": "JKCategories/UIKit/UIScrollView/*.{h,m}"
221 "name": "UISearchBar",
222 "source_files": "JKCategories/UIKit/UISearchBar/*.{h,m}"
225 "name": "UISplitViewController",
226 "source_files": "JKCategories/UIKit/UISplitViewController/*.{h,m}"
229 "name": "UITableView",
230 "source_files": "JKCategories/UIKit/UITableView/*.{h,m}"
233 "name": "UITableViewCell",
234 "source_files": "JKCategories/UIKit/UITableViewCell/*.{h,m}"
237 "name": "UITextField",
238 "source_files": "JKCategories/UIKit/UITextField/*.{h,m}"
241 "name": "UITextView",
242 "source_files": "JKCategories/UIKit/UITextView/*.{h,m}"
246 "source_files": "JKCategories/UIKit/UIView/*.{h,m}"
249 "name": "UIViewController",
250 "source_files": "JKCategories/UIKit/UIViewController/*.{h,m}"
254 "source_files": "JKCategories/UIKit/UIWebView/*.{h,m}",
256 "JKCategories/UIKit/UIColor": [
263 "source_files": "JKCategories/UIKit/UIWindow/*.{h,m}"
268 "name": "QuartzCore",
269 "public_header_files": "JKCategories/QuartzCore/JKQuartzCore.h",
270 "source_files": "JKCategories/QuartzCore/JKQuartzCore.h",
277 "name": "CAAnimation",
278 "source_files": "JKCategories/QuartzCore/CAAnimation/*.{h,m}"
282 "source_files": "JKCategories/QuartzCore/CALayer/*.{h,m}"
285 "name": "CAMediaTimingFunction",
286 "source_files": "JKCategories/QuartzCore/CAMediaTimingFunction/*.{h,m}"
289 "name": "CAShapeLayer",
290 "source_files": "JKCategories/QuartzCore/CAShapeLayer/*.{h,m}"
293 "name": "CATransaction",
294 "source_files": "JKCategories/QuartzCore/CATransaction/*.{h,m}"
300 "public_header_files": "JKCategories/MapKit/JKMapKit.h",
301 "source_files": "JKCategories/MapKit/JKMapKit.h",
302 "frameworks": "MapKit",
306 "source_files": "JKCategories/MapKit/MKMapView/*.{h,m}"
311 "name": "CoreLocation",
312 "public_header_files": "JKCategories/CoreLocation/JKCoreLocation.h",
313 "source_files": "JKCategories/CoreLocation/JKCoreLocation.h",
314 "frameworks": "CoreLocation",
317 "name": "CLLocation",
318 "source_files": "JKCategories/CoreLocation/CLLocation/*.{h,m}"
324 "public_header_files": "JKCategories/CoreData/JKCoreData.h",
325 "source_files": "JKCategories/CoreData/JKCoreData.h",
326 "frameworks": "CoreData",
329 "name": "NSFetchRequest",
330 "source_files": "JKCategories/CoreData/NSFetchRequest/*.{h,m}"
333 "name": "NSManagedObject",
334 "source_files": "JKCategories/CoreData/NSManagedObject/*.{h,m}",
336 "JKCategories/CoreData/NSManagedObjectContext": [
342 "name": "NSManagedObjectContext",
343 "source_files": "JKCategories/CoreData/NSManagedObjectContext/*.{h,m}",
345 "JKCategories/CoreData/NSFetchRequest": [