[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 8 / d / OpenCombineDispatch / 0.9.0 / OpenCombineDispatch.podspec.json
blob4aa5ec84f8349562f6a1d9e0fc4538c38433f706
2   "name": "OpenCombineDispatch",
3   "version": "0.9.0",
4   "summary": "OpenCombine + Dispatch interoperability",
5   "description": "Extends `DispatchQueue` with conformance to the `Scheduler` protocol",
6   "homepage": "https://github.com/broadwaylamb/OpenCombine/",
7   "license": "MIT",
8   "authors": {
9     "Sergej Jaskiewicz": "jaskiewiczs@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/broadwaylamb/OpenCombine.git",
13     "tag": "0.9.0"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "osx": "10.10",
18     "ios": "8.0",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source_files": "Sources/OpenCombineDispatch/**/*.swift",
23   "dependencies": {
24     "OpenCombine": [
25       ">= 0.8"
26     ]
27   },
28   "swift_version": "5.0"