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