blob: fe12e611676c61b50e7fe25cf0a15fcb47aa38b3 [file] [log] [blame]
{
"name": "DynamicWorkflow",
"version": "0.0.19",
"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.19"
},
"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"
}