[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 8 / 5 / SSTTapSlider / 0.1.0 / SSTTapSlider.podspec.json
blobc886a7c7827544c0e0a2ce5c2789f3a238a9486d
2   "name": "SSTTapSlider",
3   "version": "0.1.0",
4   "summary": "Slider with ability to tap or pan outside of the thumb control.",
5   "description": "A normal UISlider requires the thumb control to be moved by first touching in it's bounds.\nThe SSTTapSlider adds a tap and pan gesture to the UISlider to allow for tapping or panning\nanywhere within the control to move the thumb control and change the value of the slider.",
6   "homepage": "https://github.com/brennanMKE/SSTTapSlider",
7   "license": "MIT",
8   "authors": {
9     "Brennan Stehling": "brennan@smallsharptools.com"
10   },
11   "social_media_url": "http://twitter.com/smallsharptools",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/brennanMKE/SSTTapSlider.git",
17     "tag": "0.1.0"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "requires_arc": true