Latest | 0.1.0 |
---|---|
Homepage | https://github.com/Incipia/Conduct |
License | MIT |
Platforms | ios 10.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
Conduct is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "Conduct"
Author
Greg Klein, [email protected]
Leif Meyer, [email protected]
License
Conduct is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "Conduct", "version": "0.1.0", "summary": "A framework for seaparating logic for the user flow throughout an app.", "description": "A framework that helps assist the separation of logic that's used for the user flow throughout an app.", "homepage": "https://github.com/Incipia/Conduct", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "gklei": "[email protected]" }, "source": { "git": "https://github.com/Incipia/Conduct.git", "tag": "0.1.0" }, "platforms": { "ios": "10.0" }, "source_files": "Conduct/Classes/**/*", "pushed_with_swift_version": "3.0" }
Sat, 13 May 2017 12:20:25 +0000