Latest | 0.1.0 |
---|---|
Homepage | https://github.com/glukianets/RDToolbox |
License | MIT |
Platforms | ios 7.0 |
Frameworks | UIKit |
Authors |
[](https://travis-ci.org/Gleb Lukianets/RDToolbox)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
RDToolbox is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "RDToolbox"
Author
Gleb Lukianets, [email protected]
License
RDToolbox is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "RDToolbox", "version": "0.1.0", "summary": "RDToolbox: utilities collection for iOS development", "description": "RDToolbox is a collection of small utilities intended to make iOS development more convenient.", "homepage": "https://github.com/glukianets/RDToolbox", "license": "MIT", "authors": { "Gleb Lukianets": "[email protected]" }, "source": { "git": "https://github.com/glukianets/RDToolbox.git", "tag": "0.1.0" }, "platforms": { "ios": "7.0" }, "source_files": "RDToolbox/Classes/**/*", "resource_bundles": { "RDToolbox": [ "RDToolbox/Assets/*.png" ] }, "public_header_files": "RDToolbox/Classes/**/*.h", "frameworks": "UIKit" }
Wed, 11 May 2016 09:07:06 +0000