blob: 35676b2f67ea1dc6831376a8f55f24031964437f [file] [log] [blame]
{
"name": "OpenCombine",
"version": "0.9.0",
"summary": "Open source implementation of Apple's Combine framework for processing values over time.",
"description": "An open source implementation of Apple's Combine framework for processing values over time.",
"homepage": "https://github.com/broadwaylamb/OpenCombine/",
"license": "MIT",
"authors": {
"Sergej Jaskiewicz": "jaskiewiczs@icloud.com"
},
"source": {
"git": "https://github.com/broadwaylamb/OpenCombine.git",
"tag": "0.9.0"
},
"swift_versions": "5.0",
"platforms": {
"osx": "10.10",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"Sources/COpenCombineHelpers/**/*.{h,cpp}",
"Sources/OpenCombine/**/*.swift"
],
"public_header_files": "Sources/COpenCombineHelpers/include/*.h",
"libraries": "c++",
"swift_version": "5.0"
}