blob: 7343130d4f3dd7ee913b3a51159c406920edb819 [file] [log] [blame]
{
"name": "WorkflowUI",
"version": "0.17.0",
"summary": "Infrastructure for Workflow-powered UI",
"homepage": "https://www.github.com/square/workflow",
"license": "Apache License, Version 2.0",
"authors": "Square",
"source": {
"git": "https://github.com/square/workflow.git",
"tag": "v0.17.0"
},
"cocoapods_version": ">= 1.7.0.beta.1",
"swift_versions": [
"4.2"
],
"platforms": {
"ios": "9.3"
},
"source_files": "swift/WorkflowUI/Sources/**/*.swift",
"dependencies": {
"Workflow": [
"0.17.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "swift/WorkflowUI/Tests/**/*.swift",
"frameworks": "XCTest"
}
],
"swift_version": "4.2"
}