[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 8 / b / JDFPeekaboo / 0.1 / JDFPeekaboo.podspec.json
blob13a7a54afad8fe02655b607fb286c2f53c4af970
2   "name": "JDFPeekaboo",
3   "version": "0.1",
4   "summary": "JDFPeekaboo is a simple class that hides the navigation bar when you scroll.",
5   "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",
6   "homepage": "https://github.com/JoeFryer/JDFPeekaboo",
7   "license": "MIT",
8   "authors": {
9     "Joe Fryer": "joe.d.fryer@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/JoeFryer/JDFPeekaboo.git",
13     "tag": "0.1"
14   },
15   "social_media_url": "https://twitter.com/joefryer88",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "JDFPeekaboo": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"