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