blob: 01afcf334960cd4cc04d40c5ba4d0e4dd715e4cd [file] [log] [blame]
{
"name": "CustomSeperatorInsetTableView",
"version": "0.0.2",
"summary": "Figure out Customing SeperatorInset of UITableView in iOS7+ just for One Properties",
"description": "'Figure out Customing SeperatorInset of UITableView in iOS7+ just for One Properties'",
"homepage": "https://github.com/BOOLRon/CustomSeperatorInsetTableView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"BOOLRon": "ron.zhang.36@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/BOOLRon/CustomSeperatorInsetTableView.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}