diff --git a/README-v10.md b/README-v10.md index 21c9167e4..ef18df86a 100644 --- a/README-v10.md +++ b/README-v10.md @@ -58,7 +58,7 @@ code ios/Podfile # change these $RNMapboxMapsImpl = 'mapbox' - platform :ios, '13.0' + platform :ios, min_ios_version_supported ... diff --git a/rnmapbox-maps.podspec b/rnmapbox-maps.podspec index 81745b31d..bd92038b4 100644 --- a/rnmapbox-maps.podspec +++ b/rnmapbox-maps.podspec @@ -223,7 +223,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/rnmapbox/maps.git" } s.license = "MIT" if $RNMapboxMapsUseV11 - s.platform = :ios, "13.0" + s.platform = :ios, "12.4" else s.platform = :ios, "11.0" end