2 "name": "DFITableViewCells",
4 "summary": "DFITableViewCells.",
5 "description": "A description of DFITableViewCells.",
6 "homepage": "https://github.com/sdaheng/DFITableViewCells.git",
12 "sdaheng": "shidaheng@gamil.com"
18 "git": "https://github.com/sdaheng/DFITableViewCells.git",
21 "source_files": "DFITableViewCells/**/*.{h,m}",
22 "public_header_files": [
23 "DFITableViewCells/DFITableViewCells.h",
24 "DFITableViewCells/DFITableViewCellConfigure.h",
25 "DFITableViewCells/DFITableViewCellOption.h",
26 "DFITableViewCells/DFITableViewCellViewModel.h",
27 "DFITableViewCells/UITableViewCell+configure.h",
28 "DFITableViewCells/UITableViewCellConfigureProtocol.h",
29 "DFITableViewCells/UITableViewCellActionDelegate.h",
30 "DFITableViewCells/ConcreteCells/DFIConcreteTableViewCells.h",
31 "DFITableViewCells/ConcreteCells/DFIPlainTableViewCell.h",
32 "DFITableViewCells/ConcreteCells/DFIPlainTableViewCellViewModel.h",
33 "DFITableViewCells/ConcreteCells/DFIPlainTableViewCellOption.h",
34 "DFITableViewCells/ConcreteCells/DFITextFieldTableViewCell.h",
35 "DFITableViewCells/ConcreteCells/DFITextFieldTableViewCellViewModel.h",
36 "DFITableViewCells/ConcreteCells/DFITableViewCellOption+DFITextFieldTableViewCellOptionAddition.h",
37 "DFITableViewCells/ConcreteCells/DFITextViewTableViewCell.h",
38 "DFITableViewCells/ConcreteCells/DFITextViewTableViewCellViewModel.h",
39 "DFITableViewCells/ConcreteCells/DFIButtonTableViewCell.h",
40 "DFITableViewCells/ConcreteCells/DFIButtonTableViewCellViewModel.h",
41 "DFITableViewCells/ConcreteCells/DFISegmentedTableViewCell.h",
42 "DFITableViewCells/ConcreteCells/DFISegmentedTableViewCellViewModel.h"