blob: fc75d086c81dfe9f195c82b3013195a7810ab0e1 [file] [log] [blame]
{
"name": "CellContentViewManager",
"version": "1.0",
"summary": "Manage cells' chaning backgroundColor behavior when being clicked.",
"description": "An elegant way to solve the problem while we're clicking a UITableViewCell, the subviews in the cell's contentView's backgroundColor changed unexpected.",
"homepage": "https://github.com/nightfiction/CellContentViewManager",
"license": "MIT",
"authors": {
"Gin": "https://github.com/nightfiction"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/nightfiction/CellContentViewManager.git",
"tag": "1.0"
},
"source_files": "CellContentViewManager/*.{h,m}",
"requires_arc": true
}