blob: 0c62d6d4bf2e4f3dd45955170789a6d1bc7b109a [file] [log] [blame]
{
"name": "HYPTableViewCell",
"version": "0.1",
"summary": "Fix that awful default separator inset in table view cells",
"description": " * Fix that awful default separator inset in table view cells once for all\n",
"homepage": "https://github.com/hyperoslo/HYPTableViewCell",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Hyper": "teknologi@hyper.no"
},
"social_media_url": "http://twitter.com/hyperoslo",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hyperoslo/HYPTableViewCell.git",
"tag": "0.1"
},
"source_files": "Source/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}