blob: ea2df8c9a87abf280eadb85b098773e503e001be [file] [log] [blame]
{
"name": "LLDBQuickLook",
"version": "0.1.2",
"summary": "Quicklook support from the lldb console",
"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",
"homepage": "https://github.com/ryanolsonk/LLDB-QuickLook",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Ryan Olson",
"source": {
"git": "https://github.com/ryanolsonk/LLDB-QuickLook.git",
"tag": "0.1.2"
},
"source_files": "DataProviders/*.{m,h}",
"osx": {
"exclude_files": "DataProviders/UI*.{m,h}"
},
"frameworks": "QuartzCore",
"requires_arc": true
}