Latest | 0.3.5 |
---|---|
Homepage | https://github.com/yclzone/HYKit |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | AFNetworking |
Frameworks | UIKit |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
HYKit is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "HYKit"
Author
yclzone, [email protected]
License
HYKit is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "HYKit", "version": "0.3.5", "summary": "HYKit is a collection of common used category of classes.", "description": "HYKit is a collection of common used category of classes. NSString, NSDate, NSObject...", "homepage": "https://github.com/yclzone/HYKit", "license": "MIT", "authors": { "yclzone": "[email protected]" }, "source": { "git": "https://github.com/yclzone/HYKit.git", "tag": "0.3.5" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "HYKit": [ "Pod/Resouses/Assets/*.png" ] }, "frameworks": "UIKit", "dependencies": { "AFNetworking": [ "~> 3.0" ] } }
Sun, 06 Mar 2016 13:39:03 +0000