[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 2 / 7 / OBSlider / 1.0.0 / OBSlider.podspec.json
blob46cf13c3ebdd06554be6e616c5cc72d66d25d2cc
2   "name": "OBSlider",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "A UISlider subclass that adds variable scrubbing speeds.",
6   "homepage": "https://github.com/ole/OBSlider",
7   "authors": {
8     "Ole Begemann": "ole@oleb.net"
9   },
10   "source": {
11     "git": "https://github.com/ole/OBSlider.git",
12     "tag": "1.0.0"
13   },
14   "description": "OBSlider is a UISlider subclass that adds variable scrubbing speeds as seen in the Music app on iOS. While scrubbing the slider, the user can slow down the scrubbing speed by moving the finger up or down (away from the slider). The distance thresholds and slowdown factors can be freely configured by the developer.",
15   "platforms": {
16     "ios": null
17   },
18   "source_files": "OBSlider/**/*.{h,m}",
19   "requires_arc": false