blob: e1abf027d04fc967d960200dd57b3090bd5a820f [file] [log] [blame]
{
"name": "OpenCombineDispatch",
"version": "0.6.0",
"summary": "OpenCombine + Dispatch interoperability",
"description": "Extends `DispatchQueue` with new methods and nested types.",
"homepage": "https://github.com/broadwaylamb/OpenCombine/",
"license": "MIT",
"authors": {
"Sergej Jaskiewicz": "jaskiewiczs@icloud.com"
},
"source": {
"git": "https://github.com/broadwaylamb/OpenCombine.git",
"tag": "0.6.0"
},
"swift_versions": "5.0",
"platforms": {
"osx": "10.10",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/OpenCombineDispatch/**/*.swift",
"dependencies": {
"OpenCombine": [
]
},
"swift_version": "5.0"
}