blob: 19bd2cb3682a6b4c665997224e60c8aa2a9a20d1 [file] [log] [blame]
{
"name": "PHBStackLayout",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "PHBStackLayout/Source/**/*.swift",
"dependencies": {
"PHBNonInteractableViews": [
"~> 1.0"
]
},
"swift_version": "5.0"
}