blob: 1cb63c0f04b9582a8731bccc4b9f19247920e80d [file] [log] [blame]
{
"name": "MBBarMenu",
"version": "0.1.2",
"summary": "Simplified arrangement of UIBarButtonItems.",
"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",
"homepage": "https://github.com/mathebox/MBBarMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Max Bothe",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mathebox/MBBarMenu.git",
"tag": "v0.1.2"
},
"source_files": [
"MBBarMenu",
"*.{h,m}"
],
"resources": "MBBarMenu/*.png",
"requires_arc": true
}