blob: 4efa367d468fd3f007ab440a54e14df11bc8aa15 [file] [log] [blame]
{
"name": "M3SideMenu",
"version": "0.1.0",
"summary": "light weight side menu, that offers navigation and other useful containers",
"description": "a little Objective C side navigation view, that we created for a certain project.\nThe view is separated into 3 segments: \n- top: extendable table view with add/remove cell functionalities \n- middle: navigation buttons, the view resizes itself depending on the button count) \n- bottom: custom view template (e.g. profile picture) \n \nEach of the three segments can be disabled/hidden, which will make the others adjust their sizes accordingly\n",
"homepage": "https://github.com/mice3/M3SideMenu",
"license": "MIT",
"authors": {
"rok črešnik": "rok@mice3.it"
},
"source": {
"git": "https://github.com/mice3/M3SideMenu.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/rcresnik",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resources": "Pod/Assets/*.xib"
}