[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 9 / NavigationMenuController / 0.1.0 / NavigationMenuController.podspec.json
blobddd29a61af87e7fa1d58ef8e9b1c7efb0e13218e
2   "name": "NavigationMenuController",
3   "version": "0.1.0",
4   "summary": "A UINavigationController subclass that adds a menu button in navigation bar to navigate through view controllers from a dropdown menu.",
5   "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",
6   "homepage": "https://github.com/iltercengiz/NavigationMenuController",
7   "license": "MIT",
8   "authors": {
9     "Ilter Cengiz": "iltercengiz@yahoo.com"
10   },
11   "source": {
12     "git": "https://github.com/iltercengiz/NavigationMenuController.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/iltercengiz",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "LiveFrost": [
24     ]
25   }