[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / a / f / C360SegmentedControl / 1.3.1 / C360SegmentedControl.podspec.json
blob830d22713e99f8cc34b97b7b77b0fecf84f1d80c
2   "name": "C360SegmentedControl",
3   "version": "1.3.1",
4   "summary": "A UISegmentedControl replacement which supports multiple rows.",
5   "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.",
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.3.1"
18   },
19   "source_files": [
20     "C360SegmentedControl",
21     "C360SegmentedControl/**/*.{h,m}"
22   ],
23   "requires_arc": true