blob: f2ae5375163d715c5f50d3aff40433e054538208 [file] [log] [blame]
{
"name": "BoxView",
"version": "1.6.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BoxViewLayout/*.swift",
"swift_version": "5.0"
}