blob: cd189bb8c7b53a9fee5b108f8f91bb09265adbdc [file] [log] [blame]
{
"name": "AutoCellCreater",
"version": "1.6",
"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.6"
},
"platforms": {
"ios": "6.0"
},
"source_files": "AutoCellCreater.h",
"requires_arc": true,
"subspecs": [
{
"name": "AutoCellCreaterTableView",
"source_files": "AutoCellCreaterTableView/*.{h,m}"
},
{
"name": "AutoCellCreaterCollectionView",
"source_files": "AutoCellCreaterCollectionView/*.{h,m}"
}
]
}