blob: 3df1ea97916c7160301fea4ffcacbf7bd1d6ecf9 [file] [log] [blame]
{
"name": "CXCocoa",
"version": "0.0.1-beta.3",
"summary": "Cocoa extensions built on top of CombineX",
"homepage": "https://github.com/cx-org/CXCocoa",
"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/cx-org/CXCocoa.git",
"tag": "0.0.1-beta.3"
},
"source_files": "Sources/Shared/**/*.{swift,h,m}",
"ios": {
"source_files": "Sources/UIKit/**/*.swift"
},
"dependencies": {
"CXFoundation": [
"~> 0.0.1-beta.5"
],
"CXCompatible": [
"~> 0.0.1-beta.4"
]
},
"swift_version": "5.0"
}