2 "name": "PHBStackLayout",
4 "summary": "A declarative layout μFramework built on UIStackView",
5 "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.",
6 "homepage": "https://github.com/phlippieb/PHBStackLayout",
12 "phlippieb": "phlippie.bosman@gmail.com"
15 "git": "https://github.com/phlippieb/PHBStackLayout.git",
21 "swift_versions": "5.0",
22 "source_files": "PHBStackLayout/Source/**/*.swift",
23 "swift_version": "5.0"