blob: 23f363a217bdb604952a6238f2661fe9e35f556c [file] [log] [blame]
{
"name": "LBTableViewCell",
"version": "0.0.1",
"summary": "原生UITableViewCell的优化LBTableViewCell",
"description": "原生UITableViewCell更改其image、textLabel、detailTextLabel的属性时候不能达到其预想效果,而LBTableViewCell就是为了解决即使更改原生的属性image、textLabel、detailTextLabel也能达到预定效果。",
"homepage": "https://github.com/A1129434577/LBTableViewCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"刘彬": "1129434577@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/A1129434577/LBTableViewCell.git",
"tag": "0.0.1"
},
"source_files": "LBTableViewCell/**/*.{h,m}",
"requires_arc": true
}