Latest | 0.1.5 |
---|---|
Homepage | https://github.com/CattleToCoaxStudio/YCYToolKit |
License | MIT |
Platforms | ios 7.0 |
Frameworks | UIKit, Foundation |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
YCYToolKit is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'YCYToolKit'
usage
全局引入YCYToolKit.h 可以使用各文件夹下的类 也可以单独导入个文件夹下内容 具体根据目录导入
Author
chengyou.yang, [email protected]
License
YCYToolKit is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "YCYToolKit", "version": "0.1.5", "summary": "YCYToolKit is Tool.", "description": "TODO: Add long description of the pod here.", "homepage": "https://github.com/CattleToCoaxStudio/YCYToolKit", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "chengyou.yang": "[email protected]" }, "source": { "git": "https://github.com/CattleToCoaxStudio/YCYToolKit.git", "tag": "0.1.5" }, "platforms": { "ios": "7.0" }, "source_files": "YCYToolKit/YCYToolKit.h", "frameworks": [ "UIKit", "Foundation" ], "subspecs": [ { "name": "YCYCategories", "source_files": "YCYToolKit/YCYCategories/YCYCategory.h", "subspecs": [ { "name": "UIKit", "source_files": "YCYToolKit/YCYCategories/UIKit/YCYUIKitHeader.h", "subspecs": [ { "name": "UIAlertView", "source_files": "YCYToolKit/YCYCategories/UIKit/UIAlertView/**/*" }, { "name": "UIApplication", "source_files": "YCYToolKit/YCYCategories/UIKit/UIApplication/**/*" }, { "name": "UIBarButtonItem", "source_files": "YCYToolKit/YCYCategories/UIKit/UIBarButtonItem/**/*" }, { "name": "UIBezierPath", "source_files": "YCYToolKit/YCYCategories/UIKit/UIBezierPath/**/*" }, { "name": "UIButton", "source_files": "YCYToolKit/YCYCategories/UIKit/UIButton/**/*" }, { "name": "UIColor", "source_files": "YCYToolKit/YCYCategories/UIKit/UIColor/**/*" }, { "name": "UIControl", "source_files": "YCYToolKit/YCYCategories/UIKit/UIControl/**/*" }, { "name": "UIDevice", "source_files": "YCYToolKit/YCYCategories/UIKit/UIDevice/**/*" }, { "name": "UIFont", "source_files": "YCYToolKit/YCYCategories/UIKit/UIFont/**/*" }, { "name": "UIImage", "source_files": "YCYToolKit/YCYCategories/UIKit/UIImage/**/*" }, { "name": "UIImageView", "source_files": "YCYToolKit/YCYCategories/UIKit/UIImageView/**/*" }, { "name": "UILabel", "source_files": "YCYToolKit/YCYCategories/UIKit/UILabel/**/*" }, { "name": "UINavigationBar", "source_files": "YCYToolKit/YCYCategories/UIKit/UINavigationBar/**/*" }, { "name": "UINavigationController", "source_files": "YCYToolKit/YCYCategories/UIKit/UINavigationController/**/*" }, { "name": "UIResponder", "source_files": "YCYToolKit/YCYCategories/UIKit/UIResponder/**/*" }, { "name": "UIScreen", "source_files": "YCYToolKit/YCYCategories/UIKit/UIScreen/**/*" }, { "name": "UIScrollView", "source_files": "YCYToolKit/YCYCategories/UIKit/UIScrollView/**/*" }, { "name": "UISearchBar", "source_files": "YCYToolKit/YCYCategories/UIKit/UISearchBar/**/*" }, { "name": "UITableViewCell", "source_files": "YCYToolKit/YCYCategories/UIKit/UITableViewCell/**/*" }, { "name": "UITextField", "source_files": "YCYToolKit/YCYCategories/UIKit/UITextField/**/*" }, { "name": "UITextView", "source_files": "YCYToolKit/YCYCategories/UIKit/UITextView/**/*" }, { "name": "UIView", "source_files": "YCYToolKit/YCYCategories/UIKit/UIView/**/*" }, { "name": "UIViewController", "source_files": [ "YCYToolKit/YCYCategories/UIKit/UIDevice/UIDevice+YCYHardware.h", "YCYToolKit/YCYCategories/UIKit/UIViewController/**/*" ] }, { "name": "UIWebView", "source_files": [ "YCYToolKit/YCYCategories/UIKit/UIColor/UIColor+YCYWeb.h", "YCYToolKit/YCYCategories/UIKit/UIWebView/**/*" ] }, { "name": "UIWindow", "source_files": "YCYToolKit/YCYCategories/UIKit/UIWindow/**/*" } ] }, { "name": "Foundation", "source_files": "YCYToolKit/YCYCategories/Foundation/YCYFoundationHeader.h", "subspecs": [ { "name": "NSArray", "source_files": "YCYToolKit/YCYCategories/Foundation/NSArray/**/*" }, { "name": "NSBundle", "source_files": "YCYToolKit/YCYCategories/Foundation/NSBundle/**/*" }, { "name": "NSData", "source_files": "YCYToolKit/YCYCategories/Foundation/NSData/**/*" }, { "name": "NSDate", "source_files": "YCYToolKit/YCYCategories/Foundation/NSDate/**/*" }, { "name": "NSDateFormatter", "source_files": "YCYToolKit/YCYCategories/Foundation/NSDateFormatter/**/*" }, { "name": "NSDictionary", "source_files": "YCYToolKit/YCYCategories/Foundation/NSDictionary/**/*" }, { "name": "NSFileManager", "source_files": "YCYToolKit/YCYCategories/Foundation/NSFileManager/**/*" }, { "name": "NSIndexPath", "source_files": "YCYToolKit/YCYCategories/Foundation/NSIndexPath/**/*" }, { "name": "NSNotificationCenter", "source_files": "YCYToolKit/YCYCategories/Foundation/NSNotificationCenter/**/*" }, { "name": "NSObject", "source_files": "YCYToolKit/YCYCategories/Foundation/NSObject/**/*" }, { "name": "NSRunloop", "source_files": "YCYToolKit/YCYCategories/Foundation/NSRunloop/**/*" }, { "name": "NSString", "source_files": [ "YCYToolKit/YCYCategories/Foundation/NSString/**/*", "YCYToolKit/YCYCategories/Foundation/NSData/NSData+{YCYBase64,YCYEncrypt}.h" ] }, { "name": "NSTimer", "source_files": "YCYToolKit/YCYCategories/Foundation/NSTimer/**/*" }, { "name": "NSURL", "source_files": "YCYToolKit/YCYCategories/Foundation/NSURL/**/*" }, { "name": "NSURLConnection", "source_files": "YCYToolKit/YCYCategories/Foundation/NSURLConnection/**/*" }, { "name": "NSURLSession", "source_files": "YCYToolKit/YCYCategories/Foundation/NSURLSession/**/*" }, { "name": "NSUserDefaults", "source_files": "YCYToolKit/YCYCategories/Foundation/NSUserDefaults/**/*" } ] } ] }, { "name": "YCYMacro", "source_files": "YCYToolKit/YCYMacro/**/*" } ] }
Wed, 07 Feb 2018 10:40:34 +0000