[Add] Leopard-iOS 2.0.2
[CocoaPods.git] / Specs / 5 / d / 0 / hermes-engine / 0.7.2 / hermes-engine.podspec.json
blobbd78a74f420a0fc192ba05387849072f0c5571dc
2   "name": "hermes-engine",
3   "version": "0.7.2",
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.7.2/hermes-runtime-darwin-v0.7.2.tar.gz"
14   },
15   "platforms": {
16     "osx": "10.13",
17     "ios": "10.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/iphoneos/hermes.framework"
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   }