2 "name": "UINavigationBar-Transparent",
4 "summary": "UINavigationBar-Transparent is a UINavigationBar category that can make the navigation bar transparent",
5 "homepage": "https://github.com/IdleHandsApps/UINavigationBar-Transparent/",
6 "description": "UINavigationBar-Transparent is a UINavigationBar 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\nself.navigationController?.navigationBar.setBarColor(UIColor.clear) will set the nav bar transparent\n\nself.navigationController?.navigationBar.setBarColor(myColor) will set the nav bar to any color you choose\n\nself.navigationController?.navigationBar.setBarColor(nil) will set the nav bar back to the standard iOS color",
9 "Fraser Scott-Morrison": "fraserscottmorrison@me.com"
12 "git": "https://github.com/IdleHandsApps/UINavigationBar-Transparent.git",
18 "swift_version": "5.0",
19 "source_files": "Sources/*.swift",
20 "frameworks": "UIKit",