[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 8 / d / OBSlider-Goonbee / 1.1.1 / OBSlider-Goonbee.podspec.json
blob46225019da3ea6523fe5070a5997e78803b8955e
2   "name": "OBSlider-Goonbee",
3   "version": "1.1.1",
4   "license": "MIT",
5   "summary": "Fork of Ole Bergman's UISlider.",
6   "homepage": "https://github.com/lmirosevic/OBSlider",
7   "authors": {
8     "Luka Mirosevic": "luka@goonbee.com"
9   },
10   "source": {
11     "git": "https://github.com/lmirosevic/OBSlider.git",
12     "tag": "1.1.1"
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": "5.0"
17   },
18   "source_files": "OBSlider/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "GBToolbox": [
23     ]
24   }