blob: 91530c764dee0621dbf7069a443102feb74c56db [file] [log] [blame]
{
"name": "RUMSlidingMenu",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}"
}