blob: 22148cfef4e625bcbc57b72fba4f2fd51529b374 [file] [log] [blame]
{
"name": "LBTitleInputCell",
"version": "0.0.1",
"summary": "左标题右输入框排列样式的LBTitleInputCell",
"description": "项目中用的比较多的左标题右输入框排列样式的cell,只需要传入一个titleArray,该cell讲自动计算titleArray最长的,以及自动排列输入框的最佳位置。",
"homepage": "https://github.com/A1129434577/LBTitleInputCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"刘彬": "1129434577@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/A1129434577/LBTitleInputCell.git",
"tag": "0.0.1"
},
"dependencies": {
"LBTextField": [
]
},
"source_files": "LBTitleInputCell/**/*.{h,m}",
"requires_arc": true
}