blob: be5e4175d91a52d97ffd942f280e299e3c0d3a89 [file] [log] [blame]
{
"name": "DynamicWorkflow",
"version": "0.0.20",
"summary": "Workflows that work, yo (blame Richard for this name)",
"description": "iOS has a linear paradigm for navigation that doesn't support a lot of flexibility. This library attempts to create a dynamic way to define your workflows in code allowing for easy reording.",
"homepage": "https://github.com/Tyler-Keith-Thompson/Workflow",
"license": {
"type": "Custom",
"file": "LICENSE"
},
"authors": {
"Tyler.Thompson": "Tyler.Thompson@wwt.com"
},
"source": {
"git": "https://github.com/Tyler-Keith-Thompson/Workflow.git",
"tag": "0.0.20"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "Workflow/**/*.{swift,h,m}",
"subspecs": [
{
"name": "Swinject",
"source_files": [
"Workflow/**/*.{swift,h,m}",
"DependencyInjection/**/*.{swift,h}"
],
"dependencies": {
"Swinject": [
]
}
}
],
"swift_version": "5"
}