blob: dcc4996fb5ecbe5adf662937384762cde88f3f24 [file] [log] [blame]
{
"name": "PTLViewDebugger",
"version": "1.1.0",
"summary": "Useful tools for debugging your view layouts.",
"description": " When a view looks a bit out of place and you can't be tell why, use PTLViewDebugger to figure it out. PTLViewDebugger helps you debug your views by adding colored borders to your view hierarchy just use `ptl_showDebugBorder` to add a randomly colored border to the view or view hierarchy you're debugging. If that's not enough, PTLViewDebugger enhances the private [`recursiveDescription`](https://developer.apple.com/library/ios/technotes/tn2239/_index.html) API so that if you use that while debugging the resulting wall of text is styled with the border colors of each view.\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.1.0"
},
"source_files": "PTLViewDebugger",
"frameworks": "UIKit",
"requires_arc": true
}