blob: 402f10f89a69c1b9aef4c824097ff5a23904a3a7 [file] [log] [blame]
{
"name": "InterfaceBuilderThemeFromCategories",
"version": "0.1.0",
"summary": "Remove all boiler place styling code from your views/controllers",
"description": " Remove all boiler place styling code from your views/controllers for setting Fonts and Colors dynamically from UIColor and UIFont categories. Do it all in Interface Builder, using some magic and IBDesinable\n",
"homepage": "https://github.com/vibrazy/InterfaceBuilderThemeFromCategories",
"license": "MIT",
"authors": {
"Daniel Tavares": "vibrazy@hotmail.com"
},
"source": {
"git": "https://github.com/vibrazy/InterfaceBuilderThemeFromCategories.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"InterfaceBuilderThemeFromCategories": [
"Pod/Assets/*.png"
]
}
}