blob: 22175f7049f5cb98bd9670aaddee9e7250ba2572 [file] [log] [blame]
{
"name": "ZLCommonCell",
"version": "1.1.1",
"summary": "ZLCommonCell",
"description": "自己封装了一些常用的tableviewcell和collectionviewcell",
"homepage": "https://github.com/czl0325/ZLCommonCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"czl0325": "295183917@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/czl0325/ZLCommonCell.git",
"tag": "1.1.1"
},
"source_files": [
"ZLCommonCellDemo/ZLCommomCell/*.{h,m}",
"ZLCommonCellDemo/ZLCommomCell/view/*.{h,m}"
],
"resource_bundles": {
"ZLCommonCell": [
"ZLCommonCellDemo/ZLCommomCell/resource/*"
]
},
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"SDWebImage": [
]
}
}