blob: dd732463f1fb7da87f4ccaae513a885e5b32c482 [file] [log] [blame]
{
"name": "WorkflowUI",
"version": "0.21.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.21.0"
},
"cocoapods_version": ">= 1.7.0.beta.1",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "9.3"
},
"source_files": "swift/WorkflowUI/Sources/**/*.swift",
"dependencies": {
"Workflow": [
"0.21.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "swift/WorkflowUI/Tests/**/*.swift",
"frameworks": "XCTest"
}
],
"swift_version": "5.0"
}