blob: d7db9dd2404e238e02dd9ec0b75f54690d58aca3 [file] [log] [blame]
{
"name": "OpenCombineFoundation",
"version": "0.8.0",
"summary": "OpenCombine + OpenCombineFoundation interoperability",
"description": "Adds publishers to Foundation types like NotificationCenter, URLSession etc.",
"homepage": "https://github.com/broadwaylamb/OpenCombine/",
"license": "MIT",
"authors": {
"Sergej Jaskiewicz": "jaskiewiczs@icloud.com"
},
"source": {
"git": "https://github.com/broadwaylamb/OpenCombine.git",
"tag": "0.8.0"
},
"swift_versions": "5.0",
"platforms": {
"osx": "10.10",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/OpenCombineFoundation/**/*.swift",
"dependencies": {
"OpenCombine": [
">= 0.7"
]
},
"swift_version": "5.0"
}