blob: f5adb283e8c513cc124ab00e0b236d8e44b74505 [file] [log] [blame]
{
"name": "AFSwipeToHide",
"version": "0.1.0",
"summary": "Hide your toolbars with a swipe. Just like Safari for iOS.",
"description": " A simple utility class to help achieve Safari's swipe-to-hide effect.\n The class can be used as a UIScrollViewDelegate or on its own. Check out\n the example project for simple usage.\n",
"homepage": "https://github.com/appFigures/AFSwipeToHide",
"license": "MIT",
"authors": {
"Oz": "opensource@appfigures.com"
},
"source": {
"git": "https://github.com/appFigures/AFSwipeToHide.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/appFigures",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}