blob: 1db4e6507c50cfd97813fc81a8c84574d09f9263 [file] [log] [blame]
{
"name": "STTimeSlider",
"version": "1.2.2",
"summary": "A custom component like UISegmentedControl highly customizable.",
"homepage": "https://github.com/SebastienThiebaud/STTimeSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sebastien THIEBAUD": "sthiebaud@icloud.com"
},
"source": {
"git": "https://github.com/SebastienThiebaud/STTimeSlider.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"STTimeSlider/STTimeSlider.{h,m}",
"STTimeSlider/STTimeSliderMoveView.{h,m}"
],
"requires_arc": true,
"frameworks": [
"CoreGraphics",
"QuartzCore"
]
}