blob: 8833021a40c886bee2502dcd83732a200c478bbd [file] [log] [blame]
{
"name": "CHGAdapter_swift",
"version": "0.2.6",
"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"
},
"source": {
"git": "https://github.com/chenhaigang888/CHGAdapter_swift.git",
"tag": "0.2.6"
},
"source_files": "CHGAdapter_swift/CHGAdapterLib/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"EmptyDataSet-Swift": [
"~> 4.2.0"
]
}
}