[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / 9 / 2 / SwiftyWorkflow / 0.2.3 / SwiftyWorkflow.podspec.json
blobfa6015683f1a1cf813139aa5689c280929b77392
2   "name": "SwiftyWorkflow",
3   "version": "0.2.3",
4   "summary": "Workflows abstraction for Swift. Business oriented declarative way of creating Swift apps.",
5   "description": "Library that abstracts navigation, to provide business oriented declarative way of creating views flow.\nHandles dependency injection containers and UIKit independent navigation abstraction.",
6   "homepage": "https://github.com/GirAppe/SwiftyWorkflow",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrzej Michnia": "amichnia@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/GirAppe/SwiftyWorkflow.git",
16     "tag": "0.2.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "preserve_paths": "*",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "SwiftyWorkflow/{Categories,Workflow,Injection,Routing}/*",
27       "frameworks": "Foundation"
28     }
29   ]