blob: 0de0570781e5bdbc7c2722524609455de9f7feb9 [file] [log] [blame]
{
"name": "UINavigationBar-Transparent",
"version": "1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "Sources/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}