Skip to content

Commit

Permalink
Update Reachability.podspec
Browse files Browse the repository at this point in the history
MacOS Deployment Target was too old
  • Loading branch information
tonymillion committed Mar 18, 2024
1 parent 411b2c1 commit c982455
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 @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.homepage = 'https://github.com/tonymillion/Reachability'
s.authors = { 'Tony Million' => 'tonymillion@gmail.com' }
s.social_media_url = "http://twitter.com/tonymillion"
s.social_media_url = "https://x.com/tonymillion"

s.license = { :type => 'BSD', :text => license }

Expand All @@ -29,6 +29,6 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.swift_version = "4.1"
s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.8"
s.osx.deployment_target = "10.13"
s.tvos.deployment_target = "9.0"
end

0 comments on commit c982455

Please sign in to comment.