Latest | 0.0.1 |
---|---|
Homepage | https://github.com/kuotinyen/RainKit |
License | MIT |
Platforms | ios 11.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
RainKit is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'RainKit'
Author
郭亭巖, [email protected]
License
RainKit is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "RainKit", "version": "0.0.1", "summary": "A handy builder extension of iOS components.", "description": "RainKit is a library that helps you easily set-up iOS components with builder pattern.", "homepage": "https://github.com/kuotinyen/RainKit", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "William Kuo (kuotinyen)": "[email protected]" }, "source": { "git": "https://github.com/kuotinyen/RainKit.git", "tag": "0.0.1" }, "platforms": { "ios": "11.0" }, "swift_versions": "4.0", "source_files": "RainKit/Classes/**/*", "swift_version": "4.0" }
Sun, 02 Jun 2019 10:04:04 +0000