blob: bdbf6bc87db4b30b3c32a66f03df94504b2e00bc [file] [log] [blame]
{
"name": "CHGAdapter",
"version": "1.0.4",
"summary": "主要解决UITableView、UICollectionView与dataSource和Delegate解耦合",
"description": "主要解决UITableView、UICollectionView 在每个controller中都需要设置dataSource和delegate的烦恼,并UICollectionView 、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": "1.0.4"
},
"source_files": "CHGAdapter/CHGAdapterLib/**/*.{m,h}",
"frameworks": "UIKit",
"dependencies": {
"DZNEmptyDataSet": [
"~> 1.8.1"
]
}
}