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