blob: ab2bca7fc552192851fa8f2df64d57a8e4e1ad8e [file] [log] [blame]
{
"name": "WorkflowTesting",
"version": "1.0.0-beta.1",
"summary": "Reactive application architecture",
"homepage": "https://www.github.com/square/workflow-swift",
"license": "Apache License, Version 2.0",
"authors": "Square",
"source": {
"git": "https://github.com/square/workflow-swift.git",
"tag": "v1.0.0-beta.1"
},
"cocoapods_version": ">= 1.7.0",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source_files": "WorkflowTesting/Sources/**/*.swift",
"dependencies": {
"Workflow": [
"1.0.0-beta.1"
]
},
"frameworks": "XCTest",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "WorkflowTesting/Tests/**/*.swift",
"frameworks": "XCTest",
"libraries": [
"swiftDispatch",
"swiftFoundation",
"swiftos"
]
}
],
"swift_version": "5.0"
}