blob: 6aa81f24557141adf7055523246e03f07f1acc0d [file] [log] [blame]
{
"name": "CXExtensions",
"version": "0.0.1-beta.3",
"summary": "A collection of useful extensions for Combine and CombineX.",
"homepage": "https://github.com/cx-org/CXExtensions",
"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/CXExtensions.git",
"tag": "0.0.1-beta.3"
},
"source_files": "Sources/CXExtensions/**/*.swift",
"dependencies": {
"CXFoundation": [
"~> 0.0.1-beta.3"
],
"CXCompatible": [
"~> 0.0.1-beta.2"
]
},
"swift_version": "5.0"
}