blob: cb0c2eb737b21ddc4013a5183c70fd0c4f933145 [file] [log] [blame]
{
"name": "APLSlideMenu",
"version": "0.1.6",
"summary": "Sliding Hamburger Menu like the one in the Facebook App",
"description": "Sliding Hamburger Menu like the one in the Facebook App\n\n* supports left and right slide menus\n* supports optional swipe gesture support\n* supports device orientations\n* supports optional permanent display of slidemenu in landscape on iPad like an UISplitViewController\n* supports iOS 7 view controller-based status bar appearance\n* supports storyboard setup\n* basic accessibility support",
"homepage": "https://github.com/apploft/APLSlideMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"Christopher Groß",
"Tobias Conradi",
"Tino Rachui",
"Michael Kamphausen",
"Thorsten Siebenborn",
"Kay J.",
"Ivan Ziryanov",
"Emmanuel Castellani",
"Nico Schümann"
],
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/apploft/APLSlideMenu.git",
"tag": "0.1.6"
},
"source_files": [
"APLSlideMenu",
"APLSlideMenu/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "QuartzCore",
"requires_arc": true
}