[Add] RegulaCommonNightly 7.5.932
[CocoaPods.git] / Specs / 4 / 9 / 2 / SwiftyWorkflow / 0.2.2 / SwiftyWorkflow.podspec.json
blob8e7c0ce937dd9959da24ae2f7b8c063079cb2da1
2   "name": "SwiftyWorkflow",
3   "version": "0.2.2",
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.2"
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   ]