blob: 099507775fde12bc536bb5dc5f51403dcdd04511 [file] [log] [blame]
{
"name": "GTCategories",
"version": "0.0.1",
"summary": "GTCategories 是一个通用Category拓展",
"homepage": "https://github.com/liuxc123/GTCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuxc123": "lxc_work@126.com"
},
"source": {
"git": "https://github.com/liuxc123/GTCategories.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "GTCategories/GTCategories.h",
"source_files": "GTCategories/GTCategories.h",
"subspecs": [
{
"name": "Foundation",
"public_header_files": "GTCategories/Foundation/GTFoundationHeader.h",
"source_files": "GTCategories/Foundation/GTFoundationHeader.h",
"frameworks": [
"Foundation",
"Security"
],
"subspecs": [
{
"name": "NSArray",
"source_files": "GTCategories/Foundation/NSArray/*.{h,m}"
},
{
"name": "NSBundle",
"source_files": "GTCategories/Foundation/NSBundle/*.{h,m}"
},
{
"name": "NSData",
"source_files": "GTCategories/Foundation/NSData/*.{h,m}"
},
{
"name": "NSDate",
"source_files": "GTCategories/Foundation/NSDate/*.{h,m}"
},
{
"name": "NSDateFormatter",
"source_files": "GTCategories/Foundation/NSDateFormatter/*.{h,m}"
},
{
"name": "NSDictionary",
"source_files": "GTCategories/Foundation/NSDictionary/*.{h,m}"
},
{
"name": "NSException",
"source_files": "GTCategories/Foundation/NSException/*.{h,m}"
},
{
"name": "NSFileManager",
"source_files": "GTCategories/Foundation/NSFileManager/*.{h,m}"
},
{
"name": "NSIndexPath",
"source_files": "GTCategories/Foundation/NSIndexPath/*.{h,m}"
},
{
"name": "NSInvocation",
"source_files": "GTCategories/Foundation/NSInvocation/*.{h,m}"
},
{
"name": "NSNotificationCenter",
"source_files": "GTCategories/Foundation/NSNotificationCenter/*.{h,m}"
},
{
"name": "NSNumber",
"source_files": "GTCategories/Foundation/NSNumber/*.{h,m}"
},
{
"name": "NSObject",
"source_files": "GTCategories/Foundation/NSObject/*.{h,m}"
},
{
"name": "NSRunLoop",
"source_files": "GTCategories/Foundation/NSRunLoop/*.{h,m}"
},
{
"name": "NSSet",
"source_files": "GTCategories/Foundation/NSSet/*.{h,m}"
},
{
"name": "NSString",
"source_files": "GTCategories/Foundation/NSString/*.{h,m}",
"dependencies": {
"GTCategories/Foundation/NSData": [
]
}
},
{
"name": "NSTimer",
"source_files": "GTCategories/Foundation/NSTimer/*.{h,m}"
},
{
"name": "NSURL",
"source_files": "GTCategories/Foundation/NSURL/*.{h,m}"
},
{
"name": "NSUserDefaults",
"source_files": "GTCategories/Foundation/NSUserDefaults/*.{h,m}"
}
]
},
{
"name": "UIKit",
"public_header_files": "GTCategories/UIKit/GTUIKitHeader.h",
"source_files": "GTCategories/UIKit/GTUIKitHeader.h",
"frameworks": "UIKit",
"subspecs": [
{
"name": "UIApplication",
"source_files": "GTCategories/UIKit/UIApplication/*.{h,m}"
},
{
"name": "UIColor",
"source_files": "GTCategories/UIKit/UIColor/*.{h,m}"
},
{
"name": "UIControl",
"source_files": "GTCategories/UIKit/UIControl/*.{h,m}"
},
{
"name": "UIDevice",
"source_files": "GTCategories/UIKit/UIDevice/*.{h,m}"
},
{
"name": "UIFont",
"source_files": "GTCategories/UIKit/UIFont/*.{h,m}"
},
{
"name": "UIImage",
"source_files": "GTCategories/UIKit/UIImage/*.{h,m}"
},
{
"name": "UIResponder",
"source_files": "GTCategories/UIKit/UIResponder/*.{h,m}"
},
{
"name": "UIScreen",
"source_files": "GTCategories/UIKit/UIScreen/*.{h,m}"
},
{
"name": "UIScrollView",
"source_files": "GTCategories/UIKit/UIScrollView/*.{h,m}"
},
{
"name": "UISearchBar",
"source_files": "GTCategories/UIKit/UISearchBar/*.{h,m}"
},
{
"name": "UISplitViewController",
"source_files": "GTCategories/UIKit/UISplitViewController/*.{h,m}"
},
{
"name": "UITableViewCell",
"source_files": "GTCategories/UIKit/UITableViewCell/*.{h,m}"
},
{
"name": "UIView",
"source_files": "GTCategories/UIKit/UIView/*.{h,m}"
},
{
"name": "UIViewController",
"source_files": "GTCategories/UIKit/UIViewController/*.{h,m}"
},
{
"name": "UIWindow",
"source_files": "GTCategories/UIKit/UIWindow/*.{h,m}"
}
]
},
{
"name": "QuartzCore",
"public_header_files": "GTCategories/QuartzCore/GTQuartzCoreHeader.h",
"source_files": "GTCategories/QuartzCore/GTQuartzCoreHeader.h",
"frameworks": [
"QuartzCore",
"UIKit"
],
"subspecs": [
{
"name": "CAAnimation",
"source_files": "GTCategories/QuartzCore/CAAnimation/*.{h,m}"
},
{
"name": "CALayer",
"source_files": "GTCategories/QuartzCore/CALayer/*.{h,m}"
},
{
"name": "CAMediaTimingFunction",
"source_files": "GTCategories/QuartzCore/CAMediaTimingFunction/*.{h,m}"
},
{
"name": "CAShapeLayer",
"source_files": "GTCategories/QuartzCore/CAShapeLayer/*.{h,m}"
},
{
"name": "CATransaction",
"source_files": "GTCategories/QuartzCore/CATransaction/*.{h,m}"
}
]
}
]
}