[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 6 / 8 / 5 / SPTScrollViewScrubber / 1.0.0 / SPTScrollViewScrubber.podspec.json
blob99bdf5deebff37c37462f4cf3f30b8cc67b00c97
2   "name": "SPTScrollViewScrubber",
3   "version": "1.0.0",
4   "summary": "Add a scrubber to quickly scroll through an `UIScrollView` or any of its subclasses like `UITableView` or `UICollectionView`.",
5   "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",
6   "homepage": "https://github.com/sptim/SPTScrollViewScrubber",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tim Mecking (sptim)": "tim@mecking.net"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/sptim/SPTScrollViewScrubber.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "SPTScrollViewScrubberController/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true