blob: 1634649efa701c629bc064b3f4ac88e97f15c411 [file] [log] [blame]
{
"name": "CombineSchedulers",
"version": "0.5.0",
"summary": "Combine Schedulers",
"description": "A few schedulers that make working with Combine more testable and more versatile.",
"homepage": "https://github.com/pointfreeco/combine-schedulers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Point-Free",
"platforms": {
"ios": "12.0"
},
"swift_versions": [
"5.4"
],
"source": {
"git": "https://github.com/adimobile/combine-schedulers.git",
"tag": "0.5.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"XCTestDynamicOverlay": [
]
},
"swift_version": "5.4"
}