blob: 4391a370750c2f0f49b494bc12227b48e94db709 [file] [log] [blame]
{
"name": "C360SegmentedControl",
"version": "1.1.2",
"summary": "A UISegmentedControl replacement which supports multiple rows.",
"description": " A UISegmentedControl replacement which supports multiple rows.\n This is useful when embedding segmented controls with large numbers\n of segments in a fixed-width parent such as a table view.\n\n The control is intended to be a drop-in replacement as far as possible.\n Segments can be packed into rows in an order-preserving manner, or a \n more space-efficient manner which may reorder the segments.\n",
"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.1.2"
},
"source_files": [
"C360SegmentedControl",
"C360SegmentedControl/**/*.{h,m}"
],
"requires_arc": true
}