{ "name": "RNReanimated", "version": "3.3.0", "summary": "More powerful alternative to Animated library for React Native.", "description": "RNReanimated", "homepage": "https://github.com/software-mansion/react-native-reanimated", "license": "MIT", "authors": { "author": "author@domain.cn" }, "platforms": { "ios": "9.0", "tvos": "9.0" }, "source": { "git": "https://github.com/software-mansion/react-native-reanimated.git", "tag": "3.3.0" }, "source_files": [ "ios/**/*.{mm,h,m}", "Common/cpp/**/*.{cpp,h}" ], "preserve_paths": [ "Common/cpp/hidden_headers/**" ], "pod_target_xcconfig": { "USE_HEADERMAP": "YES", "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\"", "FRAMEWORK_SEARCH_PATHS": "\"${PODS_CONFIGURATION_BUILD_DIR}/React-hermes\"", "CLANG_CXX_LANGUAGE_STANDARD": "c++17" }, "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", "xcconfig": { "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\"", "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" }, "requires_arc": true, "dependencies": { "React-Core": [], "RCT-Folly": [], "RCTRequired": [], "RCTTypeSafety": [], "ReactCommon/turbomodule/core": [], "FBLazyVector": [], "React-CoreModules": [], "React-Core/DevSupport": [], "React-RCTActionSheet": [], "React-RCTNetwork": [], "React-RCTAnimation": [], "React-RCTLinking": [], "React-RCTBlob": [], "React-RCTSettings": [], "React-RCTText": [], "React-RCTImage": [], "React-Core/RCTWebSocket": [], "React-cxxreact": [], "React-jsi": [], "React-jsiexecutor": [], "React-jsinspector": [], "Yoga": [], "DoubleConversion": [], "glog": [], "React-hermes": [], "hermes-engine": [], "React-callinvoker": [], "React-RCTAppDelegate": [] } }