[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / b / 5 / LLDBQuickLook / 0.1.3 / LLDBQuickLook.podspec.json
blob2d515a0cde6d6b211d0b1b306e41714c5a29d3ca
2   "name": "LLDBQuickLook",
3   "version": "0.1.3",
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.3"
15   },
16   "source_files": "DataProviders/**/*.{m,h}",
17   "ios": {
18     "exclude_files": "DataProviders/AppKit/*.{m,h}"
19   },
20   "osx": {
21     "exclude_files": "DataProviders/UIKit/*.{m,h}"
22   },
23   "frameworks": "QuartzCore",
24   "requires_arc": true