Fix podspecs

Summary:
I kept on running `USE_FRAMEWORKS=1 update-pods && open RNTesterPods.xcworkspace` and adding missing dependencies until `RNTesterPods` started compiling without failure.

**Note:** I made sure to only commit the podfile changes from `update-pods`, **without** `USE_FRAMEWORKS=1`.

Changelog:
[iOS][Fixed] - Fix all RN Podspecs

Reviewed By: fkgozali

Differential Revision: D18284535

fbshipit-source-id: 44d288ae0e52dd2cbbe26bebe7df73ce05644b5d
This commit is contained in:
Ramanpreet Nara
2019-11-01 19:32:48 -07:00
committed by Facebook Github Bot
parent 3f50f57b3d
commit 38678f75b4
7 changed files with 25 additions and 8 deletions
@@ -39,6 +39,8 @@ Pod::Spec.new do |s|
}
s.dependency "Folly", folly_version
s.dependency "RCTTypeSafety", version
s.dependency "ReactCommon/turbomodule/core", version
s.dependency "FBReactNativeSpec", version
s.dependency "React-Core/RCTAnimationHeaders", version
end