blob: dfdaf3941d629757b1abf5c020662d4f7cb9faf2 [file] [log] [blame]
{
"name": "XHArrayDataSource",
"version": "1.0.0",
"summary": "A dataSource of UITableView and UICollectionView.",
"description": "TODO: A dataSource of UITableView and UICollectionView. You needn't impletation UITableViewDataSource or UICollectionViewDataSource.",
"homepage": "https://github.com/zhuyunfeng1224/XHArrayDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"echo": "leitianshi2009@163.com"
},
"source": {
"git": "https://github.com/zhuyunfeng1224/XHArrayDataSource.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XHArrayDataSource/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}