[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / 9 / SHSegmentedControl / 1.1.4 / SHSegmentedControl.podspec.json
blobd668a9317e286e26eae5c3874a85899eda2d5d28
2   "name": "SHSegmentedControl",
3   "version": "1.1.4",
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   "license": "MIT",
8   "authors": {
9     "Icarus": "15188588180@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/HatsuneMikuV/SHSegmentedControlTableView.git",
16     "tag": "1.1.4"
17   },
18   "source_files": "SHSegmentedControl/SHSegmentedControlHeader.h",
19   "public_header_files": "SHSegmentedControl/SHSegmentedControlHeader.h",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "SHExtension",
28       "source_files": "SHSegmentedControl/SHExtension/*.{h,m}"
29     },
30     {
31       "name": "SHSegmentContent",
32       "source_files": "SHSegmentedControl/SHSegmentContent/*.{h,m}",
33       "dependencies": {
34         "SHSegmentedControl/SHExtension": [
36         ],
37         "Masonry": [
39         ],
40         "MJRefresh": [
42         ]
43       }
44     }
45   ]