[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 7 / 3 / ReactNativeCxxreact / 0.1.0 / ReactNativeCxxreact.podspec.json
blob0fc8833b9b22d02a3d033840d76594a9bb87ea81
2   "name": "ReactNativeCxxreact",
3   "version": "0.1.0",
4   "summary": "An runtime base on react-native.",
5   "description": "'Introduce this library for your App, development by react-native code.'",
6   "homepage": "https://github.com/beatjs/ReactNativeCxxreact",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Liam Xu": "liamxujia@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/beatjs/ReactNativeCxxreact.git",
16     "tag": "0.1.0"
17   },
18   "module_name": "cxxreact",
19   "libraries": "stdc++",
20   "pod_target_xcconfig": {
21     "USE_HEADERMAP": "NO",
22     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
23     "HEADER_SEARCH_PATHS": "'$(PODS_TARGET_SRCROOT)' '$(PODS_ROOT)/boost-for-react-native' '$(PODS_ROOT)/DoubleConversion' '$(PODS_ROOT)/ReactNativeFolly' '$(PODS_ROOT)/ReactNativeInspector' '$(PODS_ROOT)/ReactNativeCallInvoker'"
24   },
25   "platforms": {
26     "ios": "11.0"
27   },
28   "source_files": "cxxreact/**/*.cpp",
29   "preserve_paths": "cxxreact/**/*.h",
30   "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation",
31   "header_dir": "cxxreact",
32   "dependencies": {
33     "boost-for-react-native": [
34       "1.63.0"
35     ],
36     "DoubleConversion": [
37       "1.1.5"
38     ],
39     "glog": [
40       "0.3.4"
41     ],
42     "ReactNativeFolly": [
44     ],
45     "ReactNativeInspector": [
47     ],
48     "ReactNativeCallInvoker": [
50     ]
51   }