blob: 861e068cabe2ea28cc51138dd924b94e4b4fe8fb [file] [log] [blame]
{
"name": "CwlViews",
"version": "0.1.0",
"summary": "A declarative view-construction framework for iOS and macOS applications",
"description": "A collection of wrappers around iOS UIKit and macOS AppKit class construction, making views declaratively constructed and reactively driven.",
"homepage": "https://github.com/mattgallagher/CwlViews",
"license": {
"type": "ISC",
"file": "LICENSE.txt"
},
"authors": "Matt Gallagher",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"dependencies": {
"CwlUtils": [
"~> 2.2.0"
],
"CwlSignal": [
"~> 2.2.0"
]
},
"source": {
"git": "https://github.com/mattgallagher/CwlViews.git",
"tag": "0.1.0"
},
"source_files": "Sources/CwlViews/**/*.{swift,h}"
}