blob: 5630df3b26c48e23d98ed50185d86fc88240aa73 [file] [log] [blame]
{
"name": "BoxView",
"version": "1.6.2",
"swift_versions": [
5.0
],
"summary": "Easy UIView layout.",
"description": "BoxView is the container UIView for laying out a stack of subviews",
"homepage": "https://github.com/vladimir-d/BoxView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladimir Dudkin": "vlad.dudkin@gmail.com"
},
"source": {
"git": "https://github.com/vladimir-d/BoxView.git",
"tag": "v1.6.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BoxViewLayout/*.swift",
"swift_version": "5.0"
}