[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 4 / 3 / SilentScrolly / 1.0.8 / SilentScrolly.podspec.json
blobe53a33247b4da991b547b13b66825afa950e3c2b
2   "name": "SilentScrolly",
3   "version": "1.0.8",
4   "summary": "Scroll to hide navigationBar, tabBar and toolBar.",
5   "description": "Adding too much UIGestureRecognizer to the UIView makes handling difficult, so it was handled by UIScrollViewDelegate.",
6   "homepage": "https://github.com/horitaku46/SilentScrolly",
7   "license": {
8     "type": "MIT",
9     "file": "./LICENSE"
10   },
11   "authors": {
12     "Takuma Horiuchi": "horitaku46@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/horitaku46",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/horitaku46/SilentScrolly.git",
20     "tag": "1.0.8"
21   },
22   "source_files": "SilentScrolly/**/*.{swift}",
23   "swift_version": "4.0"