blob: 0dd51294477fdc17e2b241f79f042b1b80af6afe [file] [log] [blame]
{
"name": "WorkflowTesting",
"version": "1.0.0-alpha.3",
"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-alpha.3"
},
"cocoapods_version": ">= 1.7.0",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source_files": "WorkflowTesting/Sources/**/*.swift",
"dependencies": {
"ReactiveSwift": [
"~> 6.3.0"
],
"Workflow": [
"1.0.0-alpha.3"
]
},
"frameworks": "XCTest",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "WorkflowTesting/Tests/**/*.swift",
"frameworks": "XCTest",
"libraries": [
"swiftDispatch",
"swiftFoundation",
"swiftos"
]
}
],
"swift_version": "5.0"
}