Fix RCTNetwork podspec

Summary:
RCTNetwork files require the `MobileCoreServices` framework. This diff adds the spec to the Podfile

Changelog:
[iOS][Fixed] - Fix RCTNetwork podspec

Reviewed By: PeteTheHeat

Differential Revision: D18331084

fbshipit-source-id: 0de9e6d5e2ad2a24ba0cfdecd4a8a18419acf042
This commit is contained in:
Ramanpreet Nara
2019-11-05 19:11:44 -08:00
committed by Facebook Github Bot
parent f3b3d777ab
commit 97a4b9b691
2 changed files with 2 additions and 1 deletions
@@ -37,6 +37,7 @@ Pod::Spec.new do |s|
"CLANG_CXX_LANGUAGE_STANDARD" => "c++14",
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/Folly\""
}
s.frameworks = "MobileCoreServices"
s.dependency "Folly", folly_version
s.dependency "FBReactNativeSpec", version