[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 2 / c / InterfaceBuilderThemeFromCategories / 0.1.0 / InterfaceBuilderThemeFromCategories.podspec.json
blob402f10f89a69c1b9aef4c824097ff5a23904a3a7
2   "name": "InterfaceBuilderThemeFromCategories",
3   "version": "0.1.0",
4   "summary": "Remove all boiler place styling code from your views/controllers",
5   "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",
6   "homepage": "https://github.com/vibrazy/InterfaceBuilderThemeFromCategories",
7   "license": "MIT",
8   "authors": {
9     "Daniel Tavares": "vibrazy@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/vibrazy/InterfaceBuilderThemeFromCategories.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "InterfaceBuilderThemeFromCategories": [
22       "Pod/Assets/*.png"
23     ]
24   }