blob: 0dee5f81eba28eb37424834c679a128675bc9aa4 [file] [log] [blame]
{
"name": "JDFPeekaboo",
"version": "0.2.1",
"summary": "JDFPeekaboo is a simple class that hides the navigation bar when you scroll.",
"description": " JDFPeekaboo is a simple class that hides the navigation bar when you scroll down, and shows it again when you scroll back up. It can actually be any UIView that it hides, and it will also hide a view at the bottom of the screen as well, if you like.\n",
"homepage": "https://github.com/JoeFryer/JDFPeekaboo",
"license": "MIT",
"authors": {
"Joe Fryer": "joe.d.fryer@gmail.com"
},
"source": {
"git": "https://github.com/JoeFryer/JDFPeekaboo.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/joefryer88",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": "UIKit"
}