blob: da52f3e2277acbb8cfdfeefc66cbc8eeaf18afc7 [file] [log] [blame]
{
"name": "YZBasicCells",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}