blob: d87d15f69c4c0faff413540afbf5902e745a4977 [file] [log] [blame]
{
"name": "C360SegmentedControl",
"version": "1.3.0",
"summary": "A UISegmentedControl replacement which supports multiple rows.",
"description": "A UISegmentedControl replacement which supports multiple rows.\nThis is useful when embedding segmented controls with large numbers\nof segments in a fixed-width parent such as a table view.\n\nThe control is intended to be a drop-in replacement as far as possible.\nSegments can be packed horizontally or vertically, or into rows in an \norder-preserving manner, or a more space-efficient manner which may \nreorder the segments.",
"homepage": "https://github.com/CRedit360/C360SegmentedControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Simon Booth",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CRedit360/C360SegmentedControl.git",
"tag": "1.3.0"
},
"source_files": [
"C360SegmentedControl",
"C360SegmentedControl/**/*.{h,m}"
],
"requires_arc": true
}