2 "name": "hermes-engine",
4 "summary": "Hermes is a small and lightweight JavaScript engine optimized for running React Native.",
5 "description": "Hermes is a JavaScript engine optimized for fast start-up of React Native apps. It features ahead-of-time static optimization and compact bytecode.",
6 "homepage": "https://hermesengine.dev",
11 "authors": "Facebook",
13 "http": "https://github.com/facebook/hermes/releases/download/v0.10.0/hermes-runtime-darwin-v0.10.0.tar.gz"
22 "source_files": "destroot/include/**/*.h",
23 "header_mappings_dir": "destroot/include",
25 "vendored_frameworks": "destroot/Library/Frameworks/universal/hermes.xcframework"
28 "vendored_frameworks": "destroot/Library/Frameworks/macosx/hermes.framework"
31 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
32 "CLANG_CXX_LIBRARY": "compiler-default",
33 "GCC_PREPROCESSOR_DEFINITIONS": "HERMES_ENABLE_DEBUGGER=1"