2 "name": "LiquidCore-headers",
4 "summary": "Header include files for LiquidCore.",
5 "description": "Header include files for LiquidCore addons. To use in a native addon,\nadd \"${PODS_CONFIGURATION_BUILD_DIR}/LiquidCore-headers/LiquidCore_headers.framework/PrivateHeaders\"\nto your header search path.",
6 "homepage": "https://github.com/LiquidPlayer/LiquidCore",
12 "Eric Lange": "eric@flicket.tv"
18 "git": "https://github.com/LiquidPlayer/LiquidCore.git",
21 "prepare_command": "bash LiquidCore/src/ios/copy_headers.sh",
23 "LiquidCore/src/ios/gen/include/*.h",
24 "LiquidCore/src/ios/gen/include/uv/*.h",
25 "LiquidCore/src/ios/gen/include/uv/uv/errno.h",
26 "LiquidCore/src/ios/gen/include/uv/uv/aix.h",
27 "LiquidCore/src/ios/gen/include/uv/uv/android-ifaddrs.h",
28 "LiquidCore/src/ios/gen/include/uv/uv/bsd.h",
29 "LiquidCore/src/ios/gen/include/uv/uv/darwin.h",
30 "LiquidCore/src/ios/gen/include/uv/uv/linux.h",
31 "LiquidCore/src/ios/gen/include/uv/uv/os390.h",
32 "LiquidCore/src/ios/gen/include/uv/uv/posix.h",
33 "LiquidCore/src/ios/gen/include/uv/uv/stdint-msvc2008.h",
34 "LiquidCore/src/ios/gen/include/uv/uv/sunos.h",
35 "LiquidCore/src/ios/gen/include/uv/uv/threadpool.h",
36 "LiquidCore/src/ios/gen/include/uv/uv/tree.h",
37 "LiquidCore/src/ios/gen/include/uv/uv/unix.h",
38 "LiquidCore/src/ios/gen/include/uv/uv/version.h",
39 "LiquidCore/src/ios/gen/include/uv/uv/win.h",
40 "LiquidCore/src/ios/gen/include/node/*.h",
41 "LiquidCore/src/ios/gen/include/node/inspector/**/*.h",
42 "LiquidCore/src/ios/gen/include/node/large_pages/**/*.h",
43 "LiquidCore/src/ios/gen/include/node/tracing/**/*.h",
44 "LiquidCore/src/ios/gen/include/v8/*.h",
45 "LiquidCore/src/ios/gen/include/v8/libplatform/**/*.h",
46 "LiquidCore/src/ios/gen/include/openssl/**/*.h",
47 "LiquidCore/src/ios/gen/include/http_parser/*.h",
48 "LiquidCore/src/ios/gen/include/nghttp2/*.h",
49 "LiquidCore/src/ios/gen/include/cares/*.h",
50 "LiquidCore/src/ios/header-dummy.cc"
52 "private_header_files": [
53 "LiquidCore/src/ios/gen/include/*.h",
54 "LiquidCore/src/ios/gen/include/uv/*.h",
55 "LiquidCore/src/ios/gen/include/uv/uv/errno.h",
56 "LiquidCore/src/ios/gen/include/uv/uv/aix.h",
57 "LiquidCore/src/ios/gen/include/uv/uv/android-ifaddrs.h",
58 "LiquidCore/src/ios/gen/include/uv/uv/bsd.h",
59 "LiquidCore/src/ios/gen/include/uv/uv/darwin.h",
60 "LiquidCore/src/ios/gen/include/uv/uv/linux.h",
61 "LiquidCore/src/ios/gen/include/uv/uv/os390.h",
62 "LiquidCore/src/ios/gen/include/uv/uv/posix.h",
63 "LiquidCore/src/ios/gen/include/uv/uv/stdint-msvc2008.h",
64 "LiquidCore/src/ios/gen/include/uv/uv/sunos.h",
65 "LiquidCore/src/ios/gen/include/uv/uv/threadpool.h",
66 "LiquidCore/src/ios/gen/include/uv/uv/tree.h",
67 "LiquidCore/src/ios/gen/include/uv/uv/unix.h",
68 "LiquidCore/src/ios/gen/include/uv/uv/version.h",
69 "LiquidCore/src/ios/gen/include/uv/uv/win.h",
70 "LiquidCore/src/ios/gen/include/node/*.h",
71 "LiquidCore/src/ios/gen/include/node/inspector/**/*.h",
72 "LiquidCore/src/ios/gen/include/node/large_pages/**/*.h",
73 "LiquidCore/src/ios/gen/include/node/tracing/**/*.h",
74 "LiquidCore/src/ios/gen/include/v8/*.h",
75 "LiquidCore/src/ios/gen/include/v8/libplatform/**/*.h",
76 "LiquidCore/src/ios/gen/include/openssl/**/*.h",
77 "LiquidCore/src/ios/gen/include/http_parser/*.h",
78 "LiquidCore/src/ios/gen/include/nghttp2/*.h",
79 "LiquidCore/src/ios/gen/include/cares/*.h"
81 "header_mappings_dir": "LiquidCore/src/ios/gen/include",
82 "preserve_paths": "LiquidCore/src/ios/gen/include/uv/uv/errno.h",
84 "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
85 "GCC_WARN_UNUSED_FUNCTION": "NO",
86 "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/LiquidCore/src/ios/gen/include $(PODS_TARGET_SRCROOT)/LiquidCore/src/ios/gen/include/uv $(PODS_TARGET_SRCROOT)/LiquidCore/src/ios/gen/include/v8 $(PODS_TARGET_SRCROOT)/LiquidCore/src/ios/gen/include/cares $(PODS_TARGET_SRCROOT)/LiquidCore/src/ios/gen/include/http_parser $(PODS_TARGET_SRCROOT)/LiquidCore/src/ios/gen/include/nghttp2 $(PODS_TARGET_SRCROOT)/LiquidCore/src/ios/gen/include/node"