[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / 8 / ResumableCombine / 0.20.0 / ResumableCombine.podspec.json
blob79b0a549b4ed5f428e1862ec0ebde91adaab93be
2   "name": "ResumableCombine",
3   "version": "0.20.0",
4   "summary": "Handle backpressure in Swift Combine gracefully",
5   "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.",
6   "homepage": "https://github.com/Hai Feng Kao/ResumableCombine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hai Feng Kao": "haifeng@cocoaspice.in"
13   },
14   "source": {
15     "git": "https://github.com/HaiFengKao/ResumableCombine.git",
16     "tag": "0.20.0"
17   },
18   "swift_versions": "5.1",
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15"
22   },
23   "source_files": "ResumableCombine/Classes/**/*",
24   "libraries": "c++",
25   "swift_version": "5.1"