2 "name": "JKCategories-andy0570",
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"
18 "git": "https://github.com/Andy0570/JKCategories.git",
22 "source_files": "JKCategories/JKCategories.h",
23 "public_header_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-andy0570/Foundation/NSData": [
114 "source_files": "JKCategories/Foundation/NSTimer/*.{h,m}"
118 "source_files": "JKCategories/Foundation/NSURL/*.{h,m}"
121 "name": "NSURLRequest",
122 "source_files": "JKCategories/Foundation/NSURLRequest/*.{h,m}"
125 "name": "NSURLSession",
126 "source_files": "JKCategories/Foundation/NSURLSession/*.{h,m}"
129 "name": "NSUserDefaults",
130 "source_files": "JKCategories/Foundation/NSUserDefaults/*.{h,m}"
136 "public_header_files": "JKCategories/UIKit/JKUIKit.h",
137 "source_files": "JKCategories/UIKit/JKUIKit.h",
138 "frameworks": "UIKit",
141 "name": "UIApplication",
142 "source_files": "JKCategories/UIKit/UIApplication/*.{h,m}"
145 "name": "UIBarButtonItem",
146 "source_files": "JKCategories/UIKit/UIBarButtonItem/*.{h,m}"
149 "name": "UIBezierPath",
150 "source_files": "JKCategories/UIKit/UIBezierPath/*.{h,m}"
154 "source_files": "JKCategories/UIKit/UIButton/*.{h,m}"
158 "source_files": "JKCategories/UIKit/UIColor/*.{h,m}"
162 "source_files": "JKCategories/UIKit/UIControl/*.{h,m}"
166 "source_files": "JKCategories/UIKit/UIDevice/*.{h,m}"
170 "source_files": "JKCategories/UIKit/UIFont/*.{h,m}"
174 "source_files": "JKCategories/UIKit/UIImage/*.{h,m}"
177 "name": "UIImageView",
178 "source_files": "JKCategories/UIKit/UIImageView/*.{h,m}"
182 "source_files": "JKCategories/UIKit/UILable/*.{h,m}"
185 "name": "UINavigationBar",
186 "source_files": "JKCategories/UIKit/UINavigationBar/*.{h,m}"
189 "name": "UINavigationController",
190 "source_files": "JKCategories/UIKit/UINavigationController/*.{h,m}"
193 "name": "UINavigationItem",
194 "source_files": "JKCategories/UIKit/UINavigationItem/*.{h,m}"
197 "name": "UIResponder",
198 "source_files": "JKCategories/UIKit/UIResponder/*.{h,m}"
202 "source_files": "JKCategories/UIKit/UIScreen/*.{h,m}"
205 "name": "UIScrollView",
206 "source_files": "JKCategories/UIKit/UIScrollView/*.{h,m}"
209 "name": "UISearchBar",
210 "source_files": "JKCategories/UIKit/UISearchBar/*.{h,m}"
213 "name": "UISplitViewController",
214 "source_files": "JKCategories/UIKit/UISplitViewController/*.{h,m}"
217 "name": "UITableView",
218 "source_files": "JKCategories/UIKit/UITableView/*.{h,m}"
221 "name": "UITableViewCell",
222 "source_files": "JKCategories/UIKit/UITableViewCell/*.{h,m}"
225 "name": "UITextField",
226 "source_files": "JKCategories/UIKit/UITextField/*.{h,m}"
229 "name": "UITextView",
230 "source_files": "JKCategories/UIKit/UITextView/*.{h,m}"
234 "source_files": "JKCategories/UIKit/UIView/*.{h,m}"
237 "name": "UIViewController",
238 "source_files": "JKCategories/UIKit/UIViewController/*.{h,m}"
242 "source_files": "JKCategories/UIKit/UIWindow/*.{h,m}"
247 "name": "QuartzCore",
248 "public_header_files": "JKCategories/QuartzCore/JKQuartzCore.h",
249 "source_files": "JKCategories/QuartzCore/JKQuartzCore.h",
256 "name": "CAAnimation",
257 "source_files": "JKCategories/QuartzCore/CAAnimation/*.{h,m}"
261 "source_files": "JKCategories/QuartzCore/CALayer/*.{h,m}"
264 "name": "CAMediaTimingFunction",
265 "source_files": "JKCategories/QuartzCore/CAMediaTimingFunction/*.{h,m}"
268 "name": "CAShapeLayer",
269 "source_files": "JKCategories/QuartzCore/CAShapeLayer/*.{h,m}"
272 "name": "CATransaction",
273 "source_files": "JKCategories/QuartzCore/CATransaction/*.{h,m}"
279 "public_header_files": "JKCategories/MapKit/JKMapKit.h",
280 "source_files": "JKCategories/MapKit/JKMapKit.h",
281 "frameworks": "MapKit",
285 "source_files": "JKCategories/MapKit/MKMapView/*.{h,m}"
290 "name": "CoreLocation",
291 "public_header_files": "JKCategories/CoreLocation/JKCoreLocation.h",
292 "source_files": "JKCategories/CoreLocation/JKCoreLocation.h",
293 "frameworks": "CoreLocation",
296 "name": "CLLocation",
297 "source_files": "JKCategories/CoreLocation/CLLocation/*.{h,m}"