blob: c06ce0d17d8517d966a6df66579a302a5cbf8aea [file] [log] [blame]
{
"name": "CombineX",
"version": "0.1.1",
"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",
"ddddxxx": "dengxiang2010@gmail.com"
},
"swift_versions": [
"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.1.1"
},
"default_subspecs": "Main",
"subspecs": [
{
"name": "CXLibc",
"source_files": "Sources/CXLibc/**/*.swift"
},
{
"name": "CXUtility",
"source_files": "Sources/CXUtility/**/*.swift"
},
{
"name": "CXNamespace",
"source_files": "Sources/CXNamespace/**/*.swift"
},
{
"name": "Main",
"source_files": "Sources/CombineX/**/*.swift",
"dependencies": {
"CombineX/CXLibc": [
],
"CombineX/CXUtility": [
],
"CombineX/CXNamespace": [
]
}
},
{
"name": "CXFoundation",
"source_files": "Sources/CXFoundation/**/*.swift",
"dependencies": {
"CombineX/CXUtility": [
],
"CombineX/CXNamespace": [
],
"CombineX/Main": [
]
}
}
],
"swift_version": "5.0"
}