diff --git a/Reachability.podspec b/Reachability.podspec index 19237d2..ba8d377 100644 --- a/Reachability.podspec +++ b/Reachability.podspec @@ -28,7 +28,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.swift_version = "4.1" - s.ios.deployment_target = "11.0" + s.ios.deployment_target = "12.0" s.osx.deployment_target = "10.13" - s.tvos.deployment_target = "9.0" + s.tvos.deployment_target = "12.0" end