[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / a / f / C360SegmentedControl / 1.2.3 / C360SegmentedControl.podspec.json
blob95233366338996ab1c944cb984a6b855da786580
2   "name": "C360SegmentedControl",
3   "version": "1.2.3",
4   "summary": "A UISegmentedControl replacement which supports multiple rows.",
5   "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 horizontally or vertically, or into rows in an \n                   order-preserving manner, or a more space-efficient manner which may \n                   reorder the segments.\n",
6   "homepage": "https://github.com/CRedit360/C360SegmentedControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Simon Booth",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/CRedit360/C360SegmentedControl.git",
17     "tag": "1.2.3"
18   },
19   "source_files": [
20     "C360SegmentedControl",
21     "C360SegmentedControl/**/*.{h,m}"
22   ],
23   "requires_arc": true