blob: a91da4a356c1f1ad129149f656876c247e1e7b6c [file] [log] [blame]
{
"name": "UIViewBuild",
"version": "0.1.0",
"summary": "Create views, lay out subviews and bind the view to a view model.",
"swift_versions": "5.0",
"description": "Builder for UIViews.\nCreate views, lay out subviews and bind the view to a view model.",
"homepage": "https://github.com/anconaesselmann/UIViewBuild",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anconaesselmann": "axel@anconaesselmann.com"
},
"source": {
"git": "https://github.com/anconaesselmann/UIViewBuild.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "UIViewBuild/Classes/**/*",
"dependencies": {
"Tuple": [
"= 0.1.0"
]
},
"swift_version": "5.0"
}