blob: 452533fb4c088ee2f523f1a0b05f1bb66a13ae04 [file] [log] [blame]
{
"name": "UINavigationBar-Transparent",
"version": "1.2",
"summary": "UINavigationBar-Transparent is a UINavigationBar category that can make the navigation bar transparent",
"homepage": "https://github.com/IdleHandsApps/UINavigationBar-Transparent/",
"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",
"license": "MIT",
"authors": {
"Fraser Scott-Morrison": "fraserscottmorrison@me.com"
},
"source": {
"git": "https://github.com/IdleHandsApps/UINavigationBar-Transparent.git",
"tag": "1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"frameworks": "UIKit",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}