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