[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 4 / f / 8 / UIScrollView+ScrollToTopBtn / 0.0.2 / UIScrollView+ScrollToTopBtn.podspec.json
blobc2446735ddd9603a883b8bac8c2aaea49294c227
2   "name": "UIScrollView+ScrollToTopBtn",
3   "version": "0.0.2",
4   "summary": "a UIScrollView category for making a scroll to top button",
5   "description": "a UIScrollView category for making a scroll to top button via runtime",
6   "homepage": "https://github.com/litt1e-p/UIScrollView-ScrollToTopBtn",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "litt1e-p": "litt1e.p4ul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/litt1e-p/UIScrollView-ScrollToTopBtn.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "UIScrollView+ScrollToTopBtn/*",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]