[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 0 / 3 / UIViewController-TransparentNavBar / 1.0 / UIViewController-TransparentNavBar.podspec.json
blob12604bdcf51880d2a497c387155a4021a932b995
2   "name": "UIViewController-TransparentNavBar",
3   "version": "1.0",
4   "summary": "UIViewController-TransparentNavBar is a UIViewController category that can make the navigation bar transparent",
5   "homepage": "https://github.com/IdleHandsApps/UIViewController-TransparentNavBar/",
6   "description": "                       UIViewController-TransparentNavBar is a UIViewController category that can make the navigation bar transparent\n\nUsing this category, each view controller that is push onto the navigation stack can change the color of the nav bar\n\n[self setNavBarColor:[UIColor clearColor]] will set the nav bar transparent\n\n[self setNavBarColor:nil] will set the nav bar to the standard iOS color\n\n[self setNavBarColor:myUiColor] will set the nav bar to the color of myUiColor\n",
7   "license": "MIT",
8   "authors": {
9     "Fraser Scott-Morrison": "fraserscottmorrison@me.com"
10   },
11   "source": {
12     "git": "https://github.com/IdleHandsApps/UIViewController-TransparentNavBar.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "Classes/*.{h,m}",
19   "public_header_files": "Classes/*.h",
20   "requires_arc": true