blob: 8df460b545ae02d51938f51a8d6a3aa686897ccb [file] [log] [blame]
{
"name": "DynamicWorkflow",
"version": "1.0.4",
"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.4"
},
"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": [
]
}
},
{
"name": "XCTest",
"source_files": [
"Workflow/**/*.{swift}",
"Workflow+XCTest/**/*.{swift}"
],
"frameworks": "XCTest",
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
}
}
],
"swift_version": "5.1"
}