Revert "Remove 's.static_framework = true' requirement for podspec (#25816)"

This reverts commit ca9e108110.
This commit is contained in:
grabbou
2019-08-22 08:59:52 +02:00
parent f827ea90b0
commit 612c033918
32 changed files with 162 additions and 59 deletions
+1 -1
View File
@@ -32,6 +32,7 @@ Pod::Spec.new do |s|
s.source = source
s.source_files = "**/*.{c,m,mm,cpp}"
s.header_dir = "CoreModules"
s.static_framework = true
s.pod_target_xcconfig = {
"USE_HEADERMAP" => "YES",
"CLANG_CXX_LANGUAGE_STANDARD" => "c++14",
@@ -41,5 +42,4 @@ Pod::Spec.new do |s|
s.dependency "FBReactNativeSpec", version
s.dependency "Folly", folly_version
s.dependency "React-Core/CoreModulesHeaders", version
s.dependency "ReactCommon/turbomodule/core", version
end