blob: 99bdf5deebff37c37462f4cf3f30b8cc67b00c97 [file] [log] [blame]
{
"name": "SPTScrollViewScrubber",
"version": "1.0.0",
"summary": "Add a scrubber to quickly scroll through an `UIScrollView` or any of its subclasses like `UITableView` or `UICollectionView`.",
"description": " Instances of `SPTScrollViewScrubberController` control a scrubber view to \n quickly scroll through an `UIScrollView` or any of its subclasses like\n `UITableView` or `UICollectionView`.\n \n It was inspired by [NSScreencast episode 97: Scrolling Nub (11/28/2013)][1].\n \n [1]: http://nsscreencast.com/episodes/97-scrolling-nub\n",
"homepage": "https://github.com/sptim/SPTScrollViewScrubber",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tim Mecking (sptim)": "tim@mecking.net"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/sptim/SPTScrollViewScrubber.git",
"tag": "1.0.0"
},
"source_files": "SPTScrollViewScrubberController/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}