[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 4 / b / 5 / LLDBQuickLook / 0.1.2 / LLDBQuickLook.podspec.json
blobea2df8c9a87abf280eadb85b098773e503e001be
2   "name": "LLDBQuickLook",
3   "version": "0.1.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Ryan Olson",
12   "source": {
13     "git": "https://github.com/ryanolsonk/LLDB-QuickLook.git",
14     "tag": "0.1.2"
15   },
16   "source_files": "DataProviders/*.{m,h}",
17   "osx": {
18     "exclude_files": "DataProviders/UI*.{m,h}"
19   },
20   "frameworks": "QuartzCore",
21   "requires_arc": true