blob: 7f3dca529755a32a51dfddbdcb4d6388f5c6f347 [file] [log] [blame]
{
"name": "HeaderInsetTableView",
"version": "0.0.2",
"summary": "A category fix UITableView`s headerView positon offset when you set contentInset property.",
"description": "A category of UITableView to fix it`s headerView positon offset when you set contentInset property.",
"homepage": "https://github.com/SinCheung/HeaderInsetTableView",
"license": "MIT",
"authors": {
"Shin Chueng": "zangxiaoxin@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/SinCheung/HeaderInsetTableView.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}