blob: a73bba4da977aa071d5227ada7be8f66bf65ffc6 [file] [log] [blame]
{
"name": "WGKCategories",
"version": "0.1.0",
"summary": "从JKCategories修改而来,重新命名了前缀,去掉了UIWebView相关分类",
"description": "从JKCategories修改而来。\n重新命名了前缀。\n去掉了UIWebView相关分类。\n删掉了重复命名的方法。",
"homepage": "https://github.com/ghostlords/WGKCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ghostlords": "ghostlords@outlook.com"
},
"source": {
"git": "https://github.com/ghostlords/WGKCategories.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "WGKCategories/WGKCategories.h",
"source_files": "WGKCategories/WGKCategories.h",
"subspecs": [
{
"name": "Foundation",
"public_header_files": "WGKCategories/Foundation/WGKFoundation.h",
"source_files": "WGKCategories/Foundation/WGKFoundation.h",
"frameworks": [
"Foundation",
"Security"
],
"subspecs": [
{
"name": "NSArray",
"source_files": "WGKCategories/Foundation/NSArray/*.{h,m}"
},
{
"name": "NSBundle",
"source_files": "WGKCategories/Foundation/NSBundle/*.{h,m}"
},
{
"name": "NSData",
"source_files": "WGKCategories/Foundation/NSData/*.{h,m}"
},
{
"name": "NSDate",
"source_files": "WGKCategories/Foundation/NSDate/*.{h,m}"
},
{
"name": "NSDateFormatter",
"source_files": "WGKCategories/Foundation/NSDateFormatter/*.{h,m}"
},
{
"name": "NSDictionary",
"source_files": "WGKCategories/Foundation/NSDictionary/*.{h,m}"
},
{
"name": "NSException",
"source_files": "WGKCategories/Foundation/NSException/*.{h,m}"
},
{
"name": "NSFileHandle",
"source_files": "WGKCategories/Foundation/NSFileHandle/*.{h,m}"
},
{
"name": "NSFileManager",
"source_files": "WGKCategories/Foundation/NSFileManager/*.{h,m}"
},
{
"name": "NSHTTPCookieStorage",
"source_files": "WGKCategories/Foundation/NSHTTPCookieStorage/*.{h,m}"
},
{
"name": "NSIndexPath",
"source_files": "WGKCategories/Foundation/NSIndexPath/*.{h,m}"
},
{
"name": "NSInvocation",
"source_files": "WGKCategories/Foundation/NSInvocation/*.{h,m}"
},
{
"name": "NSNotificationCenter",
"source_files": "WGKCategories/Foundation/NSNotificationCenter/*.{h,m}"
},
{
"name": "NSNumber",
"source_files": "WGKCategories/Foundation/NSNumber/*.{h,m}"
},
{
"name": "NSObject",
"source_files": "WGKCategories/Foundation/NSObject/*.{h,m}"
},
{
"name": "NSRunLoop",
"source_files": "WGKCategories/Foundation/NSRunLoop/*.{h,m}"
},
{
"name": "NSSet",
"source_files": "WGKCategories/Foundation/NSSet/*.{h,m}"
},
{
"name": "NSString",
"source_files": "WGKCategories/Foundation/NSString/*.{h,m}",
"dependencies": {
"WGKCategories/Foundation/NSData": [
]
}
},
{
"name": "NSTimer",
"source_files": "WGKCategories/Foundation/NSTimer/*.{h,m}"
},
{
"name": "NSURL",
"source_files": "WGKCategories/Foundation/NSURL/*.{h,m}"
},
{
"name": "NSURLConnection",
"source_files": "WGKCategories/Foundation/NSURLConnection/*.{h,m}"
},
{
"name": "NSURLRequest",
"source_files": "WGKCategories/Foundation/NSURLRequest/*.{h,m}"
},
{
"name": "NSURLSession",
"source_files": "WGKCategories/Foundation/NSURLSession/*.{h,m}"
},
{
"name": "NSUserDefaults",
"source_files": "WGKCategories/Foundation/NSUserDefaults/*.{h,m}"
}
]
},
{
"name": "UIKit",
"public_header_files": "WGKCategories/UIKit/WGKUIKit.h",
"source_files": "WGKCategories/UIKit/WGKUIKit.h",
"frameworks": "UIKit",
"subspecs": [
{
"name": "UIAlertView",
"source_files": "WGKCategories/UIKit/UIAlertView/*.{h,m}"
},
{
"name": "UIApplication",
"source_files": "WGKCategories/UIKit/UIApplication/*.{h,m}"
},
{
"name": "UIBarButtonItem",
"source_files": "WGKCategories/UIKit/UIBarButtonItem/*.{h,m}"
},
{
"name": "UIBezierPath",
"source_files": "WGKCategories/UIKit/UIBezierPath/*.{h,m}"
},
{
"name": "UIButton",
"source_files": "WGKCategories/UIKit/UIButton/*.{h,m}"
},
{
"name": "UIColor",
"source_files": "WGKCategories/UIKit/UIColor/*.{h,m}"
},
{
"name": "UIControl",
"source_files": "WGKCategories/UIKit/UIControl/*.{h,m}"
},
{
"name": "UIDevice",
"source_files": "WGKCategories/UIKit/UIDevice/*.{h,m}"
},
{
"name": "UIFont",
"source_files": "WGKCategories/UIKit/UIFont/*.{h,m}"
},
{
"name": "UIImage",
"source_files": "WGKCategories/UIKit/UIImage/*.{h,m}"
},
{
"name": "UIImageView",
"source_files": "WGKCategories/UIKit/UIImageView/*.{h,m}"
},
{
"name": "UILable",
"source_files": "WGKCategories/UIKit/UILable/*.{h,m}"
},
{
"name": "UINavigationBar",
"source_files": "WGKCategories/UIKit/UINavigationBar/*.{h,m}"
},
{
"name": "UINavigationController",
"source_files": "WGKCategories/UIKit/UINavigationController/*.{h,m}"
},
{
"name": "UINavigationItem",
"source_files": "WGKCategories/UIKit/UINavigationItem/*.{h,m}"
},
{
"name": "UIPopoverController",
"source_files": "WGKCategories/UIKit/UIPopoverController/*.{h,m}"
},
{
"name": "UIResponder",
"source_files": "WGKCategories/UIKit/UIResponder/*.{h,m}"
},
{
"name": "UIScreen",
"source_files": "WGKCategories/UIKit/UIScreen/*.{h,m}"
},
{
"name": "UIScrollView",
"source_files": "WGKCategories/UIKit/UIScrollView/*.{h,m}"
},
{
"name": "UISearchBar",
"source_files": "WGKCategories/UIKit/UISearchBar/*.{h,m}"
},
{
"name": "UISplitViewController",
"source_files": "WGKCategories/UIKit/UISplitViewController/*.{h,m}"
},
{
"name": "UITableView",
"source_files": "WGKCategories/UIKit/UITableView/*.{h,m}"
},
{
"name": "UITableViewCell",
"source_files": "WGKCategories/UIKit/UITableViewCell/*.{h,m}"
},
{
"name": "UITextField",
"source_files": "WGKCategories/UIKit/UITextField/*.{h,m}"
},
{
"name": "UITextView",
"source_files": "WGKCategories/UIKit/UITextView/*.{h,m}"
},
{
"name": "UIView",
"source_files": "WGKCategories/UIKit/UIView/*.{h,m}"
},
{
"name": "UIViewController",
"source_files": "WGKCategories/UIKit/UIViewController/*.{h,m}"
},
{
"name": "UIWindow",
"source_files": "WGKCategories/UIKit/UIWindow/*.{h,m}"
}
]
},
{
"name": "QuartzCore",
"public_header_files": "WGKCategories/QuartzCore/WGKQuartzCore.h",
"source_files": "WGKCategories/QuartzCore/WGKQuartzCore.h",
"frameworks": [
"QuartzCore",
"UIKit"
],
"subspecs": [
{
"name": "CAAnimation",
"source_files": "WGKCategories/QuartzCore/CAAnimation/*.{h,m}"
},
{
"name": "CALayer",
"source_files": "WGKCategories/QuartzCore/CALayer/*.{h,m}"
},
{
"name": "CAMediaTimingFunction",
"source_files": "WGKCategories/QuartzCore/CAMediaTimingFunction/*.{h,m}"
},
{
"name": "CAShapeLayer",
"source_files": "WGKCategories/QuartzCore/CAShapeLayer/*.{h,m}"
},
{
"name": "CATransaction",
"source_files": "WGKCategories/QuartzCore/CATransaction/*.{h,m}"
}
]
},
{
"name": "MapKit",
"public_header_files": "WGKCategories/MapKit/WGKMapKit.h",
"source_files": "WGKCategories/MapKit/WGKMapKit.h",
"frameworks": "MapKit",
"subspecs": [
{
"name": "MKMapView",
"source_files": "WGKCategories/MapKit/MKMapView/*.{h,m}"
}
]
},
{
"name": "CoreLocation",
"public_header_files": "WGKCategories/CoreLocation/WGKCoreLocation.h",
"source_files": "WGKCategories/CoreLocation/WGKCoreLocation.h",
"frameworks": "CoreLocation",
"subspecs": [
{
"name": "CLLocation",
"source_files": "WGKCategories/CoreLocation/CLLocation/*.{h,m}"
}
]
},
{
"name": "CoreData",
"public_header_files": "WGKCategories/CoreData/WGKCoreData.h",
"source_files": "WGKCategories/CoreData/WGKCoreData.h",
"frameworks": "CoreData",
"subspecs": [
{
"name": "NSFetchRequest",
"source_files": "WGKCategories/CoreData/NSFetchRequest/*.{h,m}"
},
{
"name": "NSManagedObject",
"source_files": "WGKCategories/CoreData/NSManagedObject/*.{h,m}",
"dependencies": {
"WGKCategories/CoreData/NSManagedObjectContext": [
]
}
},
{
"name": "NSManagedObjectContext",
"source_files": "WGKCategories/CoreData/NSManagedObjectContext/*.{h,m}",
"dependencies": {
"WGKCategories/CoreData/NSFetchRequest": [
]
}
}
]
}
]
}