blob: 089514b2f03bd8f0dcac52bb2f68a4e33b9f918f [file] [log] [blame]
{
"name": "LJArrayDataSource",
"version": "0.1.0",
"summary": "A simple array data source for UITableView and UICollectionView.",
"description": "A simple array data source for UITableView and UICollectionView, see https://www.objc.io/issues/1-view-controllers/lighter-view-controllers/",
"homepage": "https://github.com/lanjing99/LJArrayDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lanjing": "84336951@qq.com"
},
"source": {
"git": "https://github.com/lanjing99/LJArrayDataSource.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "LJArrayDataSource/Classes/**/*"
}