diff --git a/scripts/process-podspecs.sh b/scripts/process-podspecs.sh index 6f9f8c894bc..6c66f1d87ea 100755 --- a/scripts/process-podspecs.sh +++ b/scripts/process-podspecs.sh @@ -65,7 +65,7 @@ process() { cd "$ROOT/third-party-podspecs" push Folly.podspec push DoubleConversion.podspec -push GLog.podspec +push glog.podspec process "$ROOT/ReactCommon/yoga" process "$ROOT" _ignore_me_subspec_for_linting_ diff --git a/third-party-podspecs/Folly.podspec b/third-party-podspecs/Folly.podspec index 2a855a26ab0..b04c089e718 100644 --- a/third-party-podspecs/Folly.podspec +++ b/third-party-podspecs/Folly.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |spec| spec.module_name = 'folly' spec.dependency 'boost-for-react-native' spec.dependency 'DoubleConversion' - spec.dependency 'GLog' + spec.dependency 'glog' spec.compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1' spec.source_files = 'folly/Bits.cpp', 'folly/Conv.cpp', diff --git a/third-party-podspecs/GLog.podspec b/third-party-podspecs/glog.podspec similarity index 98% rename from third-party-podspecs/GLog.podspec rename to third-party-podspecs/glog.podspec index 5c8091a47c3..226f9e4cf0f 100644 --- a/third-party-podspecs/GLog.podspec +++ b/third-party-podspecs/glog.podspec @@ -1,5 +1,5 @@ Pod::Spec.new do |spec| - spec.name = 'GLog' + spec.name = 'glog' spec.version = '0.3.4' spec.license = { :type => 'Google', :file => 'COPYING' } spec.homepage = 'https://github.com/google/glog'