[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / e / b / c / MBBarMenu / 0.1.1 / MBBarMenu.podspec.json
bloba2bfa614da26247b9b7753954aeb7575260c9d10
2   "name": "MBBarMenu",
3   "version": "0.1.1",
4   "summary": "Simplified arrangement of UIBarButtonItems.",
5   "description": "                   MBBarMenu simplifies the arrangement of multiple UIBarButtonItems in an iOS UINavigationBar. Up to a given count the items will be shown normally. If the number of items exceeds this threshold, all remaining items will be shown in a UIAlertController.\n",
6   "homepage": "https://github.com/mathebox/MBBarMenu",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Max Bothe",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/mathebox/MBBarMenu.git",
17     "tag": "v0.1.1"
18   },
19   "source_files": [
20     "MBBarMenu",
21     "*.{h,m}"
22   ],
23   "resources": "MBBarMenu/*.png",
24   "requires_arc": true