blob: 779e9e94e4822ada0158e0cf047c57cc67e38eae [file] [log] [blame]
{
"name": "DynamicWorkflow",
"version": "0.0.6",
"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.6"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "Workflow/**/*.{swift,h,m}",
"swift_version": "5"
}