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