blob: 601a8f6907a93b562be5adf31a5290542d62c68b [file] [log] [blame]
{
"name": "DFITableViewCells",
"version": "0.0.4",
"summary": "DFITableViewCells.",
"description": "A description of DFITableViewCells.",
"homepage": "https://github.com/sdaheng/DFITableViewCells.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sdaheng": "shidaheng@gamil.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sdaheng/DFITableViewCells.git",
"tag": "0.0.4"
},
"source_files": "DFITableViewCells/**/*.{h,m}",
"public_header_files": [
"DFITableViewCells/DFITableViewCells.h",
"DFITableViewCells/DFITableViewCellConfigure.h",
"DFITableViewCells/DFITableViewCellOption.h",
"DFITableViewCells/DFITableViewCellViewModel.h",
"DFITableViewCells/UITableViewCell+configure.h",
"DFITableViewCells/UITableViewCellConfigureProtocol.h",
"DFITableViewCells/UITableViewCellActionDelegate.h",
"DFITableViewCells/ConcreteCells/DFIConcreteTableViewCells.h",
"DFITableViewCells/ConcreteCells/DFIPlainTableViewCell.h",
"DFITableViewCells/ConcreteCells/DFIPlainTableViewCellViewModel.h",
"DFITableViewCells/ConcreteCells/DFIPlainTableViewCellOption.h",
"DFITableViewCells/ConcreteCells/DFITextFieldTableViewCell.h",
"DFITableViewCells/ConcreteCells/DFITextFieldTableViewCellViewModel.h",
"DFITableViewCells/ConcreteCells/DFITableViewCellOption+DFITextFieldTableViewCellOptionAddition.h",
"DFITableViewCells/ConcreteCells/DFITextViewTableViewCell.h",
"DFITableViewCells/ConcreteCells/DFITextViewTableViewCellViewModel.h",
"DFITableViewCells/ConcreteCells/DFIButtonTableViewCell.h",
"DFITableViewCells/ConcreteCells/DFIButtonTableViewCellViewModel.h",
"DFITableViewCells/ConcreteCells/DFISegmentedTableViewCell.h",
"DFITableViewCells/ConcreteCells/DFISegmentedTableViewCellViewModel.h"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}