blob: d926f1049c4566a5785a8f01aba655916d839fde [file] [log] [blame]
{
"name": "resizable-navigation-bar",
"version": "1.0.0",
"summary": "Resizable UINavigationBar for iOS8",
"description": " With the use of a LVResizableNavigationController, view controllers can now set the height of the navigation bar dynamically.\n\n To use, create a LVResizableNavigationController instead of UINavigationController, which will handle presentation and animations between UIViewControllers with different screen sizes.\n",
"homepage": "https://github.com/levelmoney/resizable-navigation-bar",
"license": "Eclipse 1.0",
"authors": {
"Todd Anderson": "todd@levelmoney.com"
},
"source": {
"git": "https://github.com/levelmoney/resizable-navigation-bar.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/levelmoney",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ResizableNavigationBar/Classes/*",
"frameworks": "UIKit"
}