[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 9 / 0 / 3 / PTLViewDebugger / 1.0.0 / PTLViewDebugger.podspec.json
blob5317afbbdb8720473234f66d5a0f1d2dd461485b
2   "name": "PTLViewDebugger",
3   "version": "1.0.0",
4   "summary": "Useful tools for debugging your view layouts.",
5   "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",
6   "homepage": "https://github.com/PearTreeLabs/PTLViewDebugger",
7   "screenshots": [
8     "https://raw.github.com/PearTreeLabs/PTLViewDebugger/master/Screenshots/app.png",
9     "https://raw.github.com/PearTreeLabs/PTLViewDebugger/master/Screenshots/xcode.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE.txt"
14   },
15   "authors": {
16     "Brian Partridge": "brian@peartreelabs.com"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source": {
22     "git": "https://github.com/PearTreeLabs/PTLViewDebugger.git",
23     "tag": "1.0.0"
24   },
25   "source_files": "PTLViewDebugger",
26   "frameworks": "UIKit",
27   "requires_arc": true