blob: cebf5064bc375849aa8e6acd32b948b802414c3e [file] [log] [blame]
{
"name": "CombineX",
"version": "0.0.1-beta.2",
"summary": "Open source implementation for Apple's Combine.",
"homepage": "https://github.com/cx-org/CombineX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quentin Jin": "luoxiustm@gmail.com"
},
"swift_versions": [
"5.0",
"5.0"
],
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/cx-org/CombineX.git",
"tag": "0.0.1-beta.2"
},
"source_files": "Sources/CombineX/**/*.swift",
"swift_version": "5.0"
}