blob: b521660ce39fdcac718e7192f536da78639c67ea [file] [log] [blame]
{
"name": "WorkflowTesting",
"version": "0.24.0",
"summary": "Reactive application architecture",
"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.24.0"
},
"cocoapods_version": ">= 1.7.0.beta.1",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "9.3",
"osx": "10.12"
},
"source_files": "swift/WorkflowTesting/Sources/*.swift",
"dependencies": {
"ReactiveSwift": [
"~> 6.0.0"
],
"Workflow": [
"0.24.0"
]
},
"frameworks": "XCTest",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "swift/WorkflowTesting/Tests/**/*.swift",
"frameworks": "XCTest"
}
],
"swift_version": "5.0"
}