blob: e53a33247b4da991b547b13b66825afa950e3c2b [file] [log] [blame]
{
"name": "SilentScrolly",
"version": "1.0.8",
"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.8"
},
"source_files": "SilentScrolly/**/*.{swift}",
"swift_version": "4.0"
}