Latest | 0.0.2 |
---|---|
Homepage | https://github.com/liuxc123/GTCategories |
License | MIT |
Platforms | ios 8.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
GTCategories is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'GTCategories'
Author
liuxc123, [email protected]
License
GTCategories is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "GTCategories", "version": "0.0.2", "summary": "GTCategories u662fu4e00u4e2au901au7528Categoryu62d3u5c55", "homepage": "https://github.com/liuxc123/GTCategories", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "liuxc123": "[email protected]" }, "source": { "git": "https://github.com/liuxc123/GTCategories.git", "tag": "0.0.2" }, "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}" } ] } ] }
Mon, 10 Dec 2018 11:31:04 +0000