blob: 86f3b449a983f6c90f0da59033b726c3f302376d [file] [log] [blame]
{
"name": "UINavigationBar-FixedHeightWhenStatusBarHidden",
"version": "1.1.1",
"summary": "This pod adds property to UINavigationBar class to keep its size even if status bar was hidden.",
"description": "Normally on iOS 7+ navigation bar height equals to 64 px, when status bar is shown. After it is hidden, the height is changed to 44 px by default.\nThis category adds property `fixedHeightWhenStatusBarHidden` to UINavigationBar class. If set to YES navigation bar will keep its size even if status bar was hidden.\nThis is especially useful in case of \"drawer\"-styled side panel, when you want status bar to be hidden when this panel is shown.",
"homepage": "https://github.com/wicharek/UINavigationBar-FixedHeightWhenStatusBarHidden",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vitaliy Ivanov": "wicharek@gmail.com",
"Viktor Naryshkin": "ku6opr.mail@gmail.com"
},
"source": {
"git": "https://github.com/wicharek/UINavigationBar-FixedHeightWhenStatusBarHidden.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UINavigationBar-FixedHeightWhenStatusBarHidden/*"
}