blob: dc0b47b011cd880b46d84895dbc1b2b64c8e832c [file] [log] [blame]
{
"name": "ResumableCombine",
"version": "0.7.0",
"summary": "Handle backpressure in Swift Combine gracefully",
"description": "Swift Combine lacks of support for proper backpressure handling. Many of its operators just send request(.unlimited) for the first demand request. It renders the Combine's pull mechanism utterly uselesss. This project aims to fix this problem.on of the pod here.",
"homepage": "https://github.com/Hai\\ Feng\\ Kao/ResumableCombine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hai\\ Feng\\ Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/HaiFengKao/ResumableCombine.git",
"tag": "0.7.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "13.0"
},
"source_files": "ResumableCombine/Classes/**/*",
"swift_version": "5.1"
}