1{
2  "name": "RNReanimated",
3  "version": "2.9.1",
4  "summary": "More powerful alternative to Animated library for React Native.",
5  "description": "RNReanimated",
6  "homepage": "https://github.com/software-mansion/react-native-reanimated",
7  "license": "MIT",
8  "authors": {
9    "author": "[email protected]"
10  },
11  "platforms": {
12    "ios": "9.0",
13    "tvos": "9.0"
14  },
15  "source": {
16    "git": "https://github.com/software-mansion/react-native-reanimated.git",
17    "tag": "2.9.1"
18  },
19  "source_files": [
20    "ios/**/*.{mm,h,m}",
21    "Common/cpp/**/*.cpp",
22    "Common/cpp/headers/**/*.h"
23  ],
24  "preserve_paths": [
25    "Common/cpp/hidden_headers/**"
26  ],
27  "pod_target_xcconfig": {
28    "USE_HEADERMAP": "YES",
29    "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Headers/Private/React-Core\" "
30  },
31  "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DRNVERSION=68 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation",
32  "xcconfig": {
33    "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
34    "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/glog\" \"$(PODS_ROOT)/RCT-Folly\" \"${PODS_ROOT}/Headers/Public/React-hermes\" \"${PODS_ROOT}/Headers/Public/hermes-engine\"",
35    "OTHER_CFLAGS": "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DRNVERSION=68"
36  },
37  "requires_arc": true,
38  "dependencies": {
39    "React-Core": [],
40    "FBLazyVector": [],
41    "FBReactNativeSpec": [],
42    "RCTRequired": [],
43    "RCTTypeSafety": [],
44    "React-CoreModules": [],
45    "React-Core/DevSupport": [],
46    "React-RCTActionSheet": [],
47    "React-RCTNetwork": [],
48    "React-RCTAnimation": [],
49    "React-RCTLinking": [],
50    "React-RCTBlob": [],
51    "React-RCTSettings": [],
52    "React-RCTText": [],
53    "React-RCTImage": [],
54    "React-Core/RCTWebSocket": [],
55    "React-cxxreact": [],
56    "React-jsi": [],
57    "React-jsiexecutor": [],
58    "React-jsinspector": [],
59    "ReactCommon/turbomodule/core": [],
60    "Yoga": [],
61    "DoubleConversion": [],
62    "glog": [],
63    "React-callinvoker": [],
64    "RCT-Folly": []
65  }
66}
67