blob: 222e3f7309596c39fafc9862cd3430f9a2866266 [file] [log] [blame]
{
"name": "CHGAdapter",
"version": "0.0.8",
"summary": "主要解决UITableView与dataSource和Delegate解耦合",
"description": "主要解决UITableView 在每个controller中都需要设置dataSource和delegate的烦恼,并UITableViewCell与DataSource tableView界耦合",
"homepage": "https://github.com/chenhaigang888/CHGAdapter",
"license": {
"type": "MIT",
"file": "license"
},
"authors": {
"Hogan Chen": "329206444@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/chenhaigang888/CHGAdapter.git",
"tag": "0.0.8"
},
"source_files": [
"CHGAdapter",
"CHGAdapter/CHGAdapter/CHGAdapterLib/**/*.{h,m}"
],
"frameworks": "UIKit",
"dependencies": {
"DZNEmptyDataSet": [
"~> 1.8.1"
]
}
}