diff --git a/react-native-geolocation.podspec b/react-native-geolocation.podspec index a319e73..1501e83 100644 --- a/react-native-geolocation.podspec +++ b/react-native-geolocation.podspec @@ -1,7 +1,6 @@ require 'json' package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) -folly_version = '2021.07.22.00' folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32' Pod::Spec.new do |s| @@ -28,7 +27,7 @@ Pod::Spec.new do |s| } s.dependency "React-Codegen" - s.dependency "RCT-Folly", folly_version + s.dependency "RCT-Folly" s.dependency "RCTRequired" s.dependency "RCTTypeSafety" s.dependency "ReactCommon/turbomodule/core"