[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / e / 2 / DoubleSlider / 1.0.0 / DoubleSlider.podspec.json
blob2cd804e138ae1fb95dfb785f000fc8187fad7115
2   "name": "DoubleSlider",
3   "version": "1.0.0",
4   "summary": "DoubleSlider is a version of UISlider that has two draggable points â€”useful for choosing two points in a range.",
5   "homepage": "https://github.com/yhkaplan/doubleslider",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yhkaplan": "yhkaplan@gmail.com"
12   },
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/yhkaplan/DoubleSlider.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "DoubleSlider/DoubleSlider/**/*.{h,swift}",
21   "exclude_files": "Classes/Exclude",
22   "frameworks": [
23     "UIKit",
24     "CoreGraphics"
25   ]