blob: ddd29a61af87e7fa1d58ef8e9b1c7efb0e13218e [file] [log] [blame]
{
"name": "NavigationMenuController",
"version": "0.1.0",
"summary": "A UINavigationController subclass that adds a menu button in navigation bar to navigate through view controllers from a dropdown menu.",
"description": " A menu can be revealed via a button added to the navigation bar.\n Any selection from the menu will replace the last view controller on the stack, replacing the current view controller.\n",
"homepage": "https://github.com/iltercengiz/NavigationMenuController",
"license": "MIT",
"authors": {
"Ilter Cengiz": "iltercengiz@yahoo.com"
},
"source": {
"git": "https://github.com/iltercengiz/NavigationMenuController.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/iltercengiz",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"LiveFrost": [
]
}
}