blob: da9ffeb518d1d6e73753297a5f06ca6d114a78ec [file] [log] [blame]
{
"name": "BIDataSource",
"version": "0.0.1",
"summary": "a protocol oriented wrapper of UITableViewDataSource and UITableViewDelegate of UITableView",
"homepage": "https://github.com/Binglin/BIDataSource",
"license": {
"type": "MIT"
},
"authors": {
"Binglin": "269042025@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Binglin/BIDataSource.git",
"tag": "0.0.1"
},
"source_files": "BIDataSource/BIDataSource",
"requires_arc": true,
"dependencies": {
"UITableView+FDTemplateLayoutCell": [
]
}
}