Latest | 1.3 |
---|---|
Homepage | https://github.com/JoeFryer/JDFToolkit |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | UIKit |
Authors |
A Toolkit of simple classes and categories for common tasks on iOS. JDFToolkit will not try to be an everything-but-the-kitchen-sink library; it is meant to be for common (and mostly simple) stuff.
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Installation
JDFToolkit is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "JDFToolkit"
Author
Joe Fryer, [email protected]
License
JDFToolkit is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "JDFToolkit", "version": "1.3", "summary": "A simple Toolkit of Classes and Categories for common tasks when developing for iOS.", "description": "JDFToolkit is a simple Toolkit of Classes and Categories for common tasks when developing for iOS.", "homepage": "https://github.com/JoeFryer/JDFToolkit", "license": "MIT", "authors": { "Joe Fryer": "[email protected]" }, "source": { "git": "https://github.com/JoeFryer/JDFToolkit.git", "tag": "1.3" }, "social_media_url": "https://twitter.com/joefryer88", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes", "frameworks": "UIKit" }
Tue, 22 Mar 2016 23:25:08 +0000