mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
126873f63d
commit
982ca30de0
+1
-1
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = "https://reactnative.dev/"
|
||||
s.license = package["license"]
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = source
|
||||
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"
|
||||
s.cocoapods_version = ">= 1.10.1"
|
||||
|
||||
Reference in New Issue
Block a user