diff --git a/packages/location/ios/location.podspec b/packages/location/ios/location.podspec index dee4ff4c..88364d2f 100644 --- a/packages/location/ios/location.podspec +++ b/packages/location/ios/location.podspec @@ -16,6 +16,6 @@ A new flutter plugin project. s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' - s.ios.deployment_target = '13.0' + s.ios.deployment_target = '11.0' end