blob: 3fc6efdcf8101ef063b17c966a48054c00dc9aca [file] [log] [blame]
{
"name": "JDragonTableManager",
"version": "0.0.5",
"summary": "iOS UITableView 封装",
"description": "iOS UITableView的DataSource和delegate 优化封装",
"homepage": "https://github.com/lyc59621/JDragonTableManager",
"license": "MIT",
"authors": {
"JDragon": "lyc59621@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lyc59621/JDragonTableManager.git",
"tag": "0.0.5"
},
"source_files": "JDragonTableManager/*.{h,m}",
"requires_arc": true,
"dependencies": {
"UITableView+FDTemplateLayoutCell": [
"~> 1.6"
]
}
}