| { |
| "name": "InterfaceBuilderThemeFromCategories", |
| "version": "0.1.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "InterfaceBuilderThemeFromCategories": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |