blob: fa6015683f1a1cf813139aa5689c280929b77392 [file] [log] [blame]
{
"name": "SwiftyWorkflow",
"version": "0.2.3",
"summary": "Workflows abstraction for Swift. Business oriented declarative way of creating Swift apps.",
"description": "Library that abstracts navigation, to provide business oriented declarative way of creating views flow.\nHandles dependency injection containers and UIKit independent navigation abstraction.",
"homepage": "https://github.com/GirAppe/SwiftyWorkflow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrzej Michnia": "amichnia@gmail.com"
},
"source": {
"git": "https://github.com/GirAppe/SwiftyWorkflow.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"preserve_paths": "*",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftyWorkflow/{Categories,Workflow,Injection,Routing}/*",
"frameworks": "Foundation"
}
]
}