blob: 66d5c0f2aad6b358b2a984b1865e9dddfed2838c [file] [log] [blame]
{
"name": "CwlViewsTesting",
"version": "0.1.0",
"summary": "A parser/decomposer for CwlViews to enable testing.",
"description": "A support library for CwlViews to allow the decomposition of view binders for testing.",
"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"
],
"CwlViews": [
"~> 0.1.0"
]
},
"source": {
"git": "https://github.com/mattgallagher/CwlViews.git",
"tag": "0.1.0"
},
"source_files": "Sources/CwlViewsTesting/**/*.{swift,h}"
}