blob: 5317afbbdb8720473234f66d5a0f1d2dd461485b [file] [log] [blame]
{
"name": "PTLViewDebugger",
"version": "1.0.0",
"summary": "Useful tools for debugging your view layouts.",
"description": " When a view looks a bit out of place, but you can't be tell why, use PTLViewDebugger to figure it out. Using [`recursiveDescription`](https://developer.apple.com/library/ios/technotes/tn2239/_index.html) helps a bit, but it can be hard to find the view you were looking for in the resulting wall of text. Supplement it with `ptl_showDebugBorder` and `ptl_recursiveDescription` to visually map a view's border color to it's description.\n",
"homepage": "https://github.com/PearTreeLabs/PTLViewDebugger",
"screenshots": [
"https://raw.github.com/PearTreeLabs/PTLViewDebugger/master/Screenshots/app.png",
"https://raw.github.com/PearTreeLabs/PTLViewDebugger/master/Screenshots/xcode.png"
],
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Brian Partridge": "brian@peartreelabs.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/PearTreeLabs/PTLViewDebugger.git",
"tag": "1.0.0"
},
"source_files": "PTLViewDebugger",
"frameworks": "UIKit",
"requires_arc": true
}