blob: 6a444ad790da09aba46513e30c00eff3ba466a00 [file] [log] [blame]
{
"name": "CustomSeperatorInsetTableView",
"version": "0.0.1",
"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.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}