blob: be0c0f307c361e350deecd1c5573efc184329a9a [file] [log] [blame]
{
"name": "FlowState",
"version": "1.0.1",
"summary": "Make easy, composable ViewController Flow Coordinators with FlowState.",
"description": "Make easy, composable ViewController Flow Coordinators with FlowState.\nFlowState is a simple, swifty, block based answer to composing ViewController Flows.\nCreate flows simply by composing steps for a flow of ViewControllers in a single file.\nFlowState handles most Flow cases including asyncronous tasks, and routing content.\n\nGet in that Flow State",
"homepage": "https://github.com/buba447/FlowState",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"buba447": "buba447@gmail.com"
},
"source": {
"git": "https://github.com/buba447/FlowState.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "FlowState/Classes/**/*"
}