blob: 873ba66d2a162653dd6da697c19471921296c417 [file] [log] [blame]
{
"name": "RUMSlidingMenu",
"version": "1.0.0",
"summary": "A generic sliding menu component, that supports a left- and right-handside background menus.",
"description": " Based on the [RayWenderlich](http://www.raywenderlich.com/32054/how-to-create-a-slide-out-navigation-like-facebook-and-path\" How to Create a Slide-Out Navigation Panel\") tutorial, \n but improved to be less coupled to the displayed UIViewControllers, for easier integration to other projects.\n",
"homepage": "https://github.com/timsearle/RUMSlidingMenu",
"license": "MIT",
"authors": {
"Tim Searle": ""
},
"source": {
"git": "https://github.com/timsearle/RUMSlidingMenu.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}"
}