[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 4 / FlowState / 1.0.1 / FlowState.podspec.json
blobbe0c0f307c361e350deecd1c5573efc184329a9a
2   "name": "FlowState",
3   "version": "1.0.1",
4   "summary": "Make easy, composable ViewController Flow Coordinators with FlowState.",
5   "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",
6   "homepage": "https://github.com/buba447/FlowState",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "buba447": "buba447@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/buba447/FlowState.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "FlowState/Classes/**/*"