blob: a26e12836fcb9ecdc8aee892c6756cfdc542b471 [file] [log] [blame]
{
"name": "WorkflowRxSwiftTesting",
"version": "1.0.0-beta.1",
"summary": "Infrastructure for Workflow-powered Swift",
"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": "WorkflowRxSwift/Testing/**/*.swift",
"dependencies": {
"Workflow": [
"1.0.0-beta.1"
],
"WorkflowRxSwift": [
"1.0.0-beta.1"
],
"WorkflowTesting": [
"1.0.0-beta.1"
],
"RxSwift": [
]
},
"frameworks": "XCTest",
"testspecs": [
{
"name": "WorkflowRxSwiftTestingTests",
"test_type": "unit",
"requires_app_host": true,
"source_files": "WorkflowRxSwift/TestingTests/**/*.swift",
"frameworks": "XCTest",
"dependencies": {
"WorkflowTesting": [
]
},
"libraries": "swiftos"
}
],
"swift_version": "5.0"
}