blob: 66edf3282edc02af7b8058fb9bf3fc0e17be2cd5 [file] [log] [blame]
{
"name": "DynamicWorkflow",
"version": "1.0.7",
"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": "1.0.7"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.1",
"source_files": "Workflow/**/*.{swift,h,m}",
"subspecs": [
{
"name": "Swinject",
"source_files": [
"Workflow/**/*.{swift,h,m}",
"DependencyInjection/**/*.{swift,h}"
],
"dependencies": {
"Swinject": [
]
}
}
],
"swift_version": "5.1"
}