blob: 850b01df343329b6a559f04d9f75ec8d5eca9b57 [file] [log] [blame]
{
"name": "YZBasicCells",
"version": "0.0.3",
"summary": "A collection of very basic Table View Cells and Collection View Cells.",
"homepage": "https://github.com/yichizhang/YZBasicCells",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yichi Zhang": "zhang-yi-chi@hotmail.com"
},
"source": {
"git": "https://github.com/yichizhang/YZBasicCells.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m,swift}",
"frameworks": [
"Foundation",
"UIKit"
]
}