blob: 7798e237523ba9669d9bd4d7d55e80bf41286188 [file] [log] [blame]
{
"name": "APLSlideMenu",
"version": "0.1.1",
"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\n",
"homepage": "https://github.com/apploft/APLSlideMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"Christopher Groß",
"Tobias Conradi",
"Tino Rachui",
"Michael Kamphausen",
"Thorsten Siebenborn"
],
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/apploft/APLSlideMenu.git",
"tag": "0.1.1"
},
"source_files": [
"APLSlideMenu",
"APLSlideMenu/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "QuartzCore",
"requires_arc": true
}