blob: 795d60b1b624d6a0694e6fc7ee3b15e1720b6785 [file] [log] [blame]
{
"name": "SDSegmentedControl",
"version": "1.0.4",
"homepage": "https://github.com/rs/SDSegmentedControl",
"summary": "A drop-in remplacement for UISegmentedControl that mimic iOS 6 AppStore tab controls.",
"description": " ## Features\n\n - Segments with image, image and text or text only\n - Interface Builder support (just throw a UISegmentedControl and change its class SDSegmentedControl)\n - Animated segment selection\n - Content aware dynamic segment width\n - Scrollable if there are too many segments for width\n - Animated segment selection, with animated arrow\n - Appearance customization thru UIAppearance\n - UIControl events for value changes\n - Enable or disable specific segments\n - Indiviual customizable segment width\n \n ## Usage\n\n Import `SDSegmentedControl.h` and `SDSegmentedControl.m` into your project and add `QuartzCore` framework to `Build Phases` -> `Link Binary With Libraries`.\n\n You can then use `SDSegmentedControl` class as you would use normal `UISegmentedControl`.\n",
"license": "MIT",
"authors": {
"Olivier Poitrey": "rs@dailymotion.com",
"Marius Rackwitz": "git@mariusrackwitz.de"
},
"requires_arc": true,
"source": {
"git": "https://github.com/rs/SDSegmentedControl.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"ios": {
"frameworks": "QuartzCore"
}
}