[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 6 / 9 / SHSegmentedControl / 1.3.0 / SHSegmentedControl.podspec.json
blobe88af13af8de5e8795d59bc91ab90927f07447f6
2   "name": "SHSegmentedControl",
3   "version": "1.3.0",
4   "summary": "SHSegmentedControl controls multiple UITableviews.",
5   "description": "Both scroll horizontal and vertical for segment scrollview which have a same header.",
6   "homepage": "https://github.com/HatsuneMikuV/SHSegmentedControlTableView",
7   "screenshots": "https://github.com/HatsuneMikuV/SHSegmentedControlTableView/blob/master/snow.gif",
8   "license": "MIT",
9   "authors": {
10     "Icarus": "anglemiku.v@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/HatsuneMikuV/SHSegmentedControlTableView.git",
17     "tag": "1.3.0"
18   },
19   "source_files": "SHSegmentedControl/SHSegmentedControlHeader.h",
20   "public_header_files": "SHSegmentedControl/SHSegmentedControlHeader.h",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "SHExtension",
29       "source_files": "SHSegmentedControl/SHExtension/*.{h,m}"
30     },
31     {
32       "name": "SHSegmentContent",
33       "source_files": "SHSegmentedControl/SHSegmentContent/*.{h,m}",
34       "dependencies": {
35         "SHSegmentedControl/SHExtension": [
37         ],
38         "Masonry": [
40         ],
41         "MJRefresh": [
43         ]
44       }
45     }
46   ]