blob: 687e4e8c2a3794faf61655fb29ad08b414be0076 [file] [log] [blame]
{
"name": "UIKit+VBProgrammaticCreation",
"version": "1.0.1",
"summary": "UIKit+VBProgrammaticCreation is a set of categories to instantiate ui elements programmatically.",
"description": "UIKit+VBProgrammaticCreation is a set of categories for UIKit classes (UIView, UIButton, UIBarButtonItem, ...) which help to create readable code if you instantiate ui elements programmatically.",
"homepage": "https://github.com/valnoc/UIKit-VBProgrammaticCreation",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/UIKit-VBProgrammaticCreation.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "UIKit+VBProgrammaticCreation/**/*",
"dependencies": {
"VBException": [
"~> 1.0"
],
"UIButton+BackgroundColor": [
"~> 0.1"
]
}
}