blob: 19741a44936d386fe1a8becc39ddbd1d8048a9b9 [file] [log] [blame]
{
"name": "Workflow",
"version": "0.9.1",
"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.9.1"
},
"cocoapods_version": ">= 1.7.0.beta.1",
"swift_versions": [
"4.2"
],
"platforms": {
"ios": "9.3"
},
"source_files": "swift/Workflow/Sources/*.swift",
"dependencies": {
"ReactiveSwift": [
"~> 5.0.0"
],
"Result": [
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "swift/Workflow/Tests/**/*.swift",
"frameworks": "XCTest"
}
]
}