[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 4 / 9 / DFITableViewManager / 0.0.1 / DFITableViewManager.podspec.json
blobc7223b5fc1ab6d657a01e6afbd978bdca383aba1
2   "name": "DFITableViewManager",
3   "version": "0.0.1",
4   "summary": "DFITableViewManager is a part of DFInfrasturcture",
5   "description": "DFITableViewManager is a library for simplify tableView delegate and dataSource code.",
6   "homepage": "https://github.com/sdaheng/DFITableViewManager.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sdaheng": "shidaheng@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/sdaheng/DFITableViewManager.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "DFITableViewManager/**/*.{h,m}",
22   "public_header_files": [
23     "DFITableViewManager/DFITableViewModel.h",
24     "DFITableViewManager/DFITableViewPaging.h",
25     "DFITableViewManager/DFITableViewConfiguration.h"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "DFITableViewCells": [
31     ]
32   }