blob: f832d8f61adede96a998992cd77f7285b966ccd4 [file] [log] [blame]
{
"name": "SilentScrolly",
"version": "1.0.7",
"summary": "Scroll to hide navigationBar, tabBar and toolBar.",
"description": "Adding too much UIGestureRecognizer to the UIView makes handling difficult, so it was handled by UIScrollViewDelegate.",
"homepage": "https://github.com/horitaku46/SilentScrolly",
"license": {
"type": "MIT",
"file": "./LICENSE"
},
"authors": {
"Takuma Horiuchi": "horitaku46@gmail.com"
},
"social_media_url": "https://twitter.com/horitaku46",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/horitaku46/SilentScrolly.git",
"tag": "1.0.7"
},
"source_files": "SilentScrolly/**/*.{swift}",
"swift_version": "4.0"
}