[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 6 / a / 3 / ScrollTo / 0.1.2 / ScrollTo.podspec.json
blobb58e6011015d4fa621cdc646dc1e60a0cc73c4fa
2   "name": "ScrollTo",
3   "version": "0.1.2",
4   "summary": "ScrollTo is a little extension to scroll through the scroll view until the given view is at a particular location on the screen.",
5   "description": "ScrollTo is a little UIScrollView and UIView extension that enables to scroll through the scroll view until the given view is at a particular location on the screen. It doesn't matter if given view is in a complicated hiearchy. ScrollTo calculates the position of the view according to scroll view coordinate. It basically mimicks the behaviour of the scrollToRow(at:at:animated:) method of UITableView.",
6   "homepage": "https://github.com/yagiz/ScrollTo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yagiz": "yagizgurgul@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yagiz/ScrollTo.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ScrollTo/ScrollTo.swift",
22   "pushed_with_swift_version": "3.0"