[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / e / 2 / DoubleSlider / 0.27.0 / DoubleSlider.podspec.json
blob133cd9f5d58a476ca682f0da81330030f2a29faf
2   "name": "DoubleSlider",
3   "version": "0.27.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": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/yhkaplan/DoubleSlider.git",
18     "tag": "v0.27.0"
19   },
20   "source_files": "DoubleSlider/DoubleSlider/**/*.{h,swift}",
21   "exclude_files": "Classes/Exclude",
22   "frameworks": [
23     "UIKit",
24     "CoreGraphics"
25   ]