Latest | 0.4.0 |
---|---|
Homepage | https://github.com/MakeSchool/ConvenienceKit |
License | MIT |
Platforms | ios 8.0, requires ARC |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
ConvenienceKit is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "ConvenienceKit"
License
ConvenienceKit is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ConvenienceKit", "version": "0.4.0", "summary": "Wrappers for UIKit and convenience features for Swift. Built for Make School tutorials.", "description": "A library providing multiple UIKit wrappers and other helper functions for Make School's tutorials.", "homepage": "https://github.com/MakeSchool/ConvenienceKit", "license": "MIT", "authors": { "Make School": "[email protected]" }, "source": { "git": "https://github.com/MakeSchool/ConvenienceKit.git", "tag": "0.4.0" }, "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "ConvenienceKit": [ "Pod/Assets/*.png" ] } }
Fri, 04 Mar 2016 15:43:02 +0000