blob: aaedad177f10e72914c62f972b9e5252c2413055 [file] [log] [blame]
{
"name": "CXFoundation",
"version": "0.0.1-beta.3",
"summary": "Foundation extensions built on top of CombineX",
"homepage": "https://github.com/cx-org/CXFoundation",
"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/CXFoundation.git",
"tag": "0.0.1-beta.3"
},
"source_files": "Sources/CXFoundation/**/*.swift",
"dependencies": {
"CombineX": [
"~> 0.0.1-beta.2"
]
},
"swift_version": "5.0"
}