[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / c / e / TFTransparentNavigationBar / 0.2.0 / TFTransparentNavigationBar.podspec.json
blobc2056dc190d7a7e9bf1e4a5202895ff302ac9a81
2   "name": "TFTransparentNavigationBar",
3   "version": "0.2.0",
4   "summary": "Custom transition between controllers in UINavigationController that makes navigation bar transparent on specified controllers.",
5   "description": "Custom transition between controllers in UINavigationController that makes navigation bar transparent on specified controllers. It solves problem with making navigation bar translucent on one controller and non-translucent on another and vice versa.",
6   "homepage": "https://github.com/thefuntasty/TFTransparentNavigationBar",
7   "license": "MIT",
8   "authors": {
9     "Ales Kocur": "ales@thefuntasty.com"
10   },
11   "source": {
12     "git": "https://github.com/thefuntasty/TFTransparentNavigationBar.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TFTransparentNavigationBar": [
22       "Pod/Assets/*.png"
23     ]
24   }