[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 2 / c / InterfaceBuilderThemeFromCategories / 0.1.1 / InterfaceBuilderThemeFromCategories.podspec.json
blob91f1c1e85e61e98d0993431f4f47cf76b23b9401
2   "name": "InterfaceBuilderThemeFromCategories",
3   "version": "0.1.1",
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.1"
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   }