[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / f / 6 / DFITableViewCells / 0.0.1 / DFITableViewCells.podspec.json
blobb3c840e19dbd2fcb5f57378432286737945f5bae
2   "name": "DFITableViewCells",
3   "version": "0.0.1",
4   "summary": "DFITableViewCells.",
5   "description": "A description of DFITableViewCells.",
6   "homepage": "https://github.com/sdaheng/DFITableViewCells.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sdaheng": "shidaheng@gamil.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/sdaheng/DFITableViewCells.git",
19     "tag": "0.0.1"
20   },
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"
43   ],
44   "requires_arc": true,
45   "dependencies": {
46     "Masonry": [
48     ]
49   }