[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 4 / f / STTimeSlider / 1.2.0 / STTimeSlider.podspec.json
blob0218e8942e5b5c6584d3ecf9209548ef4ca2ad3b
2   "name": "STTimeSlider",
3   "version": "1.2.0",
4   "summary": "A custom component like UISegmentedControl highly customizable.",
5   "homepage": "https://github.com/SebastienThiebaud/STTimeSlider",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Sebastien THIEBAUD": "sthiebaud@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/SebastienThiebaud/STTimeSlider.git",
15     "tag": "1.2.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "STTimeSlider/STTimeSlider.{h,m}",
22     "STTimeSlider/STTimeSliderMoveView.{h,m}"
23   ],
24   "requires_arc": true,
25   "frameworks": [
26     "CoreGraphics",
27     "QuartzCore"
28   ]