blob: 0a30e4a12378a4f49c02dcb81f16417c46f43146 [file] [log] [blame]
{
"name": "MBBarMenu",
"version": "0.1.4",
"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.4"
},
"source_files": [
"MBBarMenu",
"*.{h,m}"
],
"resources": "MBBarMenu/*.png",
"requires_arc": true
}