blob: 9a6e7298be5e3e34f8ef1a6846ed24d0e13d7a26 [file] [log] [blame]
{
"name": "SwiftyWorkflow",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"preserve_paths": "*",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftyWorkflow/{Categories,Workflow,Injection,Routing}/*",
"frameworks": "Foundation"
}
]
}