[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 4 / 9 / 2 / SwiftyWorkflow / 0.1.0 / SwiftyWorkflow.podspec.json
blob9a6e7298be5e3e34f8ef1a6846ed24d0e13d7a26
2   "name": "SwiftyWorkflow",
3   "version": "0.1.0",
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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "preserve_paths": "*",
23   "pushed_with_swift_version": "4.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "SwiftyWorkflow/{Categories,Workflow,Injection,Routing}/*",
28       "frameworks": "Foundation"
29     }
30   ]