blob: 11d96c54c5fefba865818c0516394e3999daa582 [file] [log] [blame]
{
"name": "APLSlideMenu",
"version": "0.1.3",
"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.3"
},
"source_files": [
"APLSlideMenu",
"APLSlideMenu/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "QuartzCore",
"requires_arc": true
}