blob: 1e3112be468e4af2d92c599eedd8c6bf0d8f8a8e [file] [log] [blame]
{
"name": "SHSegmentedControl",
"version": "1.1.7",
"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.7"
},
"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": [
]
}
}
]
}