[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 0 / b / caraml-console / 0.2.2 / caraml-console.podspec.json
blob32554617065c19a9e09d887a84ab2e40fa323cd1
2   "name": "caraml-console",
3   "version": "0.2.2",
4   "summary": "ANSI console addon for caraml",
5   "description": "An ANSI console view for use with caraml and LiquidCore.",
6   "homepage": "https://github.com/LiquidPlayer/caraml-console",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Eric Lange": "eric@flicket.tv"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/LiquidPlayer/caraml-console.git",
19     "tag": "0.2.2"
20   },
21   "source_files": [
22     "src/*.{cpp,h}",
23     "caraml-console/caraml-console/*.{h,m,mm}"
24   ],
25   "public_header_files": [
26     "caraml-console/caraml-console/caraml_console.h"
27   ],
28   "xcconfig": {
29     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
30     "OTHER_CFLAGS": "-Wno-nullability-completeness",
31     "HEADER_SEARCH_PATHS": "${PODS_CONFIGURATION_BUILD_DIR}/LiquidCore-headers/LiquidCore_headers.framework/PrivateHeaders/v8 ${PODS_CONFIGURATION_BUILD_DIR}/LiquidCore-headers/LiquidCore_headers.framework/PrivateHeaders/node"
32   },
33   "resources": [
34     "caraml-console/caraml-console/ConsoleView.xib"
35   ],
36   "dependencies": {
37     "caraml-core": [
39     ],
40     "LiquidCore": [
42     ],
43     "LiquidCore-headers": [
45     ]
46   }