blob: e168f1f78fa0fa1d67754f060f2bb79d5408746f [file] [log] [blame]
{
"name": "AutoCellCreater",
"version": "1.0",
"summary": "自动构建cell",
"homepage": "https://github.com/heroims/AutoCellCreater",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": {
"heroims": "heroims@163.com"
},
"source": {
"git": "https://github.com/heroims/AutoCellCreater.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"AutoCellCreaterTableView/*.{h,m}",
"AutoCellCreaterCollectionView/*.{h,m}"
],
"requires_arc": true,
"subspecs": [
{
"name": "AutoCellCreaterTableView",
"source_files": "AutoCellCreaterTableView/*.{h,m}"
},
{
"name": "AutoCellCreaterCollectionView",
"source_files": "AutoCellCreaterCollectionView/*.{h,m}"
}
]
}