blob: 8ee59f0759897c18861e6907b51b52564803b770 [file] [log] [blame]
{
"name": "SHSegmentedControl",
"version": "1.1.6",
"summary": "SHSegmentedControl controls multiple UITableviews.",
"description": "Both scroll horizontal and vertical for segment scrollview which have a same header.",
"homepage": "https://github.com/HatsuneMikuV/SHSegmentedControlTableView",
"screenshots": "https://github.com/HatsuneMikuV/SHSegmentedControlTableView/blob/master/snow.gif",
"license": "MIT",
"authors": {
"Icarus": "15188588180@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HatsuneMikuV/SHSegmentedControlTableView.git",
"tag": "1.1.6"
},
"source_files": "SHSegmentedControl/SHSegmentedControlHeader.h",
"public_header_files": "SHSegmentedControl/SHSegmentedControlHeader.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "SHExtension",
"source_files": "SHSegmentedControl/SHExtension/*.{h,m}"
},
{
"name": "SHSegmentContent",
"source_files": "SHSegmentedControl/SHSegmentContent/*.{h,m}",
"dependencies": {
"SHSegmentedControl/SHExtension": [
],
"Masonry": [
],
"MJRefresh": [
]
}
}
]
}