blob: b58e6011015d4fa621cdc646dc1e60a0cc73c4fa [file] [log] [blame]
{
"name": "ScrollTo",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ScrollTo/ScrollTo.swift",
"pushed_with_swift_version": "3.0"
}