[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 8 / 5 / SSTTapSlider / 0.0.3 / SSTTapSlider.podspec.json
blobc7c64f81b0db5690ce38387839b8f5512af52bfa
2   "name": "SSTTapSlider",
3   "version": "0.0.3",
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.\n                   The SSTTapSlider adds a tap and pan gesture to the UISlider to allow for tapping or panning\n                   anywhere within the control to move the thumb control and change the value of the slider.\n",
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": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/brennanMKE/SSTTapSlider.git",
17     "tag": "0.0.3"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "requires_arc": true