blob: 2b2edfedf20ac95888d33aa91023bae9c40a32e6 [file] [log] [blame]
{
"name": "APLSlideMenu",
"version": "0.2.0",
"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": "6.0"
},
"source": {
"git": "https://github.com/apploft/APLSlideMenu.git",
"tag": "0.2.0"
},
"source_files": [
"APLSlideMenu",
"APLSlideMenu/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "QuartzCore",
"requires_arc": true
}