Skip to content

Commit

Permalink
Update Reachability.podspec
Browse files Browse the repository at this point in the history
updates to podspec
  • Loading branch information
tonymillion committed Mar 19, 2024
1 parent c982455 commit 9997f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Reachability.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9997f92

Please sign in to comment.