blob: cdad3317dcb55262bed7005cf7e0264c942ce47d [file] [log] [blame]
{
"name": "ScrollTo",
"version": "0.1.1",
"summary": "ScrollTo is a little extension to scroll through the scroll view until the given view is at a particular location on the screen.",
"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.",
"homepage": "https://github.com/yagiz/ScrollTo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yagiz": "yagizgurgul@gmail.com"
},
"source": {
"git": "https://github.com/yagiz/ScrollTo.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ScrollTo/ScrollTo.swift",
"pushed_with_swift_version": "3"
}