[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / b / c / MBBarMenu / 0.1.2 / MBBarMenu.podspec.json
blob1cb63c0f04b9582a8731bccc4b9f19247920e80d
2   "name": "MBBarMenu",
3   "version": "0.1.2",
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.2"
18   },
19   "source_files": [
20     "MBBarMenu",
21     "*.{h,m}"
22   ],
23   "resources": "MBBarMenu/*.png",
24   "requires_arc": true