blob: c10f40206439fab1060288ab8d0204a978a2070a [file] [log] [blame]
{
"name": "CombineX.Foundation",
"module_name": "CombineXFoundation",
"version": "0.0.1-beta.2",
"summary": "Foundation extensions built on top of CombineX",
"homepage": "https://github.com/luoxiu/CombineX.Foundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quentin Jin": "luoxiustm@gmail.com"
},
"swift_versions": [
"5.0",
"5.0"
],
"platforms": {
"osx": "10.12",
"ios": "10.0",
"tvos": "10.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/luoxiu/CombineX.Foundation.git",
"tag": "0.0.1-beta.2"
},
"source_files": "Sources/CombineXFoundation/**/*.swift",
"dependencies": {
"CombineX.swift": [
"~> 0.0.1-beta.2"
]
},
"swift_version": "5.0"
}