Latest | 0.1.0 |
---|---|
Homepage | https://github.com/Fairtoys/JCStateControl |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
JCStateControl is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "JCStateControl"
Author
Cerko, [email protected]
License
JCStateControl is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "JCStateControl", "version": "0.1.0", "summary": "A state pattern implement for ios platform.", "homepage": "https://github.com/Fairtoys/JCStateControl", "license": "MIT", "authors": { "Cerko": "[email protected]" }, "source": { "git": "https://github.com/Fairtoys/JCStateControl.git", "tag": "0.1.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "JCStateControl": [ "Pod/Assets/*.png" ] } }
Mon, 29 Feb 2016 12:19:02 +0000