bump iOS and tvOS from 11.0 to 12.4 in cocoapods

Summary:
Changelog: [iOS][Deprecated] Deprecating support for iOS/tvOS SDK 11.0, 12.4+ is now required

allow-large-files

Reviewed By: sammy-SC

Differential Revision: D34547333

fbshipit-source-id: a24bb09d03939a092de4198efb1aa4a44c69f718
This commit is contained in:
Phillip Pan
2022-03-16 21:08:01 -07:00
committed by Facebook GitHub Bot
parent 126873f63d
commit 982ca30de0
41 changed files with 77 additions and 77 deletions
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.description = "ScreenshotManager"
s.homepage = "https://github.com/facebook/react-native.git"
s.license = "MIT"
s.platforms = { :ios => "11.0", :tvos => "11.0" }
s.platforms = { :ios => "12.4", :tvos => "12.4" }
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
s.author = "Facebook, Inc. and its affiliates"
s.source = { :git => "https://github.com/facebook/react-native.git", :tag => "#{s.version}" }