blob: fc776a856b8e70f6662a3e5ab9a00e4e73703fad [file] [log] [blame]
{
"name": "DebugView",
"version": "0.0.2",
"summary": "A simple way to debug your view hierarchy.",
"description": " It adds borders to your views, shows their frame sizes and shows the class name that they belong to.\n",
"homepage": "https://github.com/thegreatloser/DebugView",
"screenshots": [
"https://raw.githubusercontent.com/thegreatloser/DebugView/master/screenshot1.png",
"https://raw.githubusercontent.com/thegreatloser/DebugView/master/screenshot2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Tapan Thaker": "tapan.d.thaker@gmail.com"
},
"social_media_url": "http://twitter.com/tapthaker",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/thegreatloser/DebugView.git",
"tag": "0.0.2"
},
"source_files": "Source",
"frameworks": "UIKit",
"requires_arc": true
}