blob: 63eb0ac3058cf276b4d6b48dc1b06826db4f917e [file] [log] [blame]
{
"name": "VBAutolayout",
"version": "1.0.1",
"summary": "VBAutolayout is a library which makes programmatic autolayout creation comfortable, readable and code-minimized.",
"description": "There are developers (like me) who prefer to create UI programmatically due to numerous reasons. I use storyboards for segues and user scene-path. But UIViewControllers are left empty. And I do not use xibs.\n\nWhen you create adaptive UI programmatically the view (or viewcontroller) code becomes unreadable because of big autolayout creation calls.\n\nVBAutolayout is a library which makes programmatic autolayout creation comfortable, readable and code-minimized.",
"homepage": "https://github.com/valnoc/VBAutolayout",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/VBAutolayout.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "VBAutolayout/**/*"
}