blob: c3e9ced73fd3f89ecd0bccb49a388b22ae9b999c [file] [log] [blame]
{
"name": "CHGAdapter_swift",
"version": "0.6.0",
"summary": "主要解决UITableView、UICollectionView与dataSource和Delegate解耦合",
"description": "主要解决UITableView、UICollectionView 在每个controller中都需要设置dataSource和delegate的烦恼,并UICollectionView 、UITableViewCell与DataSource tableView界耦合",
"homepage": "https://github.com/chenhaigang888/CHGAdapter_swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"陈 海刚": "329206444@qq.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/chenhaigang888/CHGAdapter_swift.git",
"tag": "0.6.0"
},
"source_files": "CHGAdapter_swift/CHGAdapterLib/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"EmptyDataSet-Swift": [
"~> 4.2.0"
]
},
"swift_version": "4.2"
}