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
View File
@@ -36,6 +36,7 @@ Pod::Spec.new do |s|
"**/android/*",
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
s.header_dir = "React"
s.static_framework = true
s.framework = "JavaScriptCore"
s.library = "stdc++"
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Folly\" \"$(PODS_ROOT)/Headers/Private/React-Core\"" }