1{ 2 "name": "RNReanimated", 3 "version": "3.3.0", 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": "3.3.0" 18 }, 19 "source_files": [ 20 "ios/**/*.{mm,h,m}", 21 "Common/cpp/**/*.{cpp,h}" 22 ], 23 "preserve_paths": [ 24 "Common/cpp/hidden_headers/**" 25 ], 26 "pod_target_xcconfig": { 27 "USE_HEADERMAP": "YES", 28 "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\"", 29 "FRAMEWORK_SEARCH_PATHS": "\"${PODS_CONFIGURATION_BUILD_DIR}/React-hermes\"", 30 "CLANG_CXX_LANGUAGE_STANDARD": "c++17" 31 }, 32 "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -DREACT_NATIVE_MINOR_VERSION=72 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -DHERMES_ENABLE_DEBUGGER", 33 "xcconfig": { 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\" \"${PODS_ROOT}/../../react-native-lab/react-native/packages/react-native/ReactCommon\"", 35 "OTHER_CFLAGS": "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -DREACT_NATIVE_MINOR_VERSION=72 -DREANIMATED_VERSION=3.3.0" 36 }, 37 "requires_arc": true, 38 "dependencies": { 39 "React-Core": [], 40 "RCT-Folly": [], 41 "RCTRequired": [], 42 "RCTTypeSafety": [], 43 "ReactCommon/turbomodule/core": [], 44 "FBLazyVector": [], 45 "React-CoreModules": [], 46 "React-Core/DevSupport": [], 47 "React-RCTActionSheet": [], 48 "React-RCTNetwork": [], 49 "React-RCTAnimation": [], 50 "React-RCTLinking": [], 51 "React-RCTBlob": [], 52 "React-RCTSettings": [], 53 "React-RCTText": [], 54 "React-RCTImage": [], 55 "React-Core/RCTWebSocket": [], 56 "React-cxxreact": [], 57 "React-jsi": [], 58 "React-jsiexecutor": [], 59 "React-jsinspector": [], 60 "Yoga": [], 61 "DoubleConversion": [], 62 "glog": [], 63 "React-hermes": [], 64 "hermes-engine": [], 65 "React-callinvoker": [], 66 "React-RCTAppDelegate": [] 67 } 68} 69