blob: c7223b5fc1ab6d657a01e6afbd978bdca383aba1 [file] [log] [blame]
{
"name": "DFITableViewManager",
"version": "0.0.1",
"summary": "DFITableViewManager is a part of DFInfrasturcture",
"description": "DFITableViewManager is a library for simplify tableView delegate and dataSource code.",
"homepage": "https://github.com/sdaheng/DFITableViewManager.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sdaheng": "shidaheng@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sdaheng/DFITableViewManager.git",
"tag": "0.0.1"
},
"source_files": "DFITableViewManager/**/*.{h,m}",
"public_header_files": [
"DFITableViewManager/DFITableViewModel.h",
"DFITableViewManager/DFITableViewPaging.h",
"DFITableViewManager/DFITableViewConfiguration.h"
],
"requires_arc": true,
"dependencies": {
"DFITableViewCells": [
]
}
}