blob: 8ad978d9503ef779ac3c15a64376d2b965e2d801 [file] [log] [blame]
{
"name": "PHBStackLayout",
"version": "1.0.0",
"summary": "A declarative layout μFramework built on UIStackView",
"description": "UIStackView allows developers to build auto-layout UIs without needing to set up constraints -- a powerful way of building layouts, which unfortunately requires a certain amount of boilerplate code. This framework exposes the convenience of that approach, but reduces the required boilerplate by wrapping it in a declarative syntax.",
"homepage": "https://github.com/phlippieb/PHBStackLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"phlippieb": "phlippie.bosman@gmail.com"
},
"source": {
"git": "https://github.com/phlippieb/PHBStackLayout.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "Source/**/*.swift",
"swift_version": "5.0"
}