blob: 644aa020c151e6e084af6657f4b220a7b007d205 [file] [log] [blame]
{
"name": "JDragonTableManager",
"version": "0.0.7",
"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.7"
},
"source_files": "JDragonTableManager/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"UITableView+FDTemplateLayoutCell": [
"~> 1.6"
]
}
}