blob: 977198b645057dc54d4db959ae1e568a80bfcd98 [file] [log] [blame]
{
"name": "KZTableViewDataSource",
"version": "1.0.1",
"summary": "用于 TableViewCell 解耦合",
"description": "用于 TableViewCell 解耦合, 无需在写冗长的 datasource 代理方法",
"homepage": "https://github.com/kagenZhao/KZTableViewDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kagenZhao": "kagen@kagenz.com"
},
"source": {
"git": "https://github.com/kagenZhao/KZTableViewDataSource.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "KZTableViewDataSource/Classes/**/*",
"swift_version": "4.2"
}