2 "name": "LLDBQuickLook",
4 "summary": "Quicklook support from the lldb console",
5 "description": " Add Quicklook support to the LLDB Console.\n From the console use the `quicklook` or `ql` commands to generate a quicklook preview of the object\n\n Note that this only adds the data provider categories to the project.\n See the homepage for the rest of the installation instructions.\n",
6 "homepage": "https://github.com/ryanolsonk/LLDB-QuickLook",
11 "authors": "Ryan Olson",
13 "git": "https://github.com/ryanolsonk/LLDB-QuickLook.git",
16 "source_files": "DataProviders/**/*.{m,h}",
18 "exclude_files": "DataProviders/AppKit/*.{m,h}"
21 "exclude_files": "DataProviders/UIKit/*.{m,h}"
23 "frameworks": "QuartzCore",