2 "name": "UIViewController-TransparentNavBar",
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",
9 "Fraser Scott-Morrison": "fraserscottmorrison@me.com"
12 "git": "https://github.com/IdleHandsApps/UIViewController-TransparentNavBar.git",
18 "source_files": "Classes/*.{h,m}",
19 "public_header_files": "Classes/*.h",