1{ 2 "name": "RNReanimated", 3 "version": "2.0.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": "2.0.0" 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)/Folly\" \"$(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=63 -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-for-react-native\" \"$(PODS_ROOT)/glog\" \"$(PODS_ROOT)/Folly\"", 35 "OTHER_CFLAGS": "$(inherited) -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DRNVERSION=63" 36 }, 37 "requires_arc": true, 38 "dependencies": { 39 "React": [], 40 "FBLazyVector": [], 41 "FBReactNativeSpec": [], 42 "RCTRequired": [], 43 "RCTTypeSafety": [], 44 "React-Core": [], 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-RCTVibration": [], 55 "React-RCTImage": [], 56 "React-Core/RCTWebSocket": [], 57 "React-cxxreact": [], 58 "React-jsi": [], 59 "React-jsiexecutor": [], 60 "React-jsinspector": [], 61 "ReactCommon/turbomodule/core": [], 62 "Yoga": [], 63 "DoubleConversion": [], 64 "glog": [], 65 "React-callinvoker": [], 66 "Folly": [] 67 } 68} 69