[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 5 / d / 0 / hermes-engine / 0.9.0 / hermes-engine.podspec.json
blob11811721097e8196e540c0846b1d9b58bc6b2c6f
2   "name": "hermes-engine",
3   "version": "0.9.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Facebook",
12   "source": {
13     "http": "https://github.com/facebook/hermes/releases/download/v0.9.0/hermes-runtime-darwin-v0.9.0.tar.gz"
14   },
15   "platforms": {
16     "osx": "10.13",
17     "ios": "11.0"
18   },
19   "preserve_paths": [
20     "destroot/bin/*"
21   ],
22   "source_files": "destroot/include/**/*.h",
23   "header_mappings_dir": "destroot/include",
24   "ios": {
25     "vendored_frameworks": "destroot/Library/Frameworks/universal/hermes.xcframework"
26   },
27   "osx": {
28     "vendored_frameworks": "destroot/Library/Frameworks/macosx/hermes.framework"
29   },
30   "xcconfig": {
31     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
32     "CLANG_CXX_LIBRARY": "compiler-default",
33     "GCC_PREPROCESSOR_DEFINITIONS": "HERMES_ENABLE_DEBUGGER=1"
34   }