Skip to content

Commit

Permalink
Update podspec deployment target (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox authored Oct 2, 2017
1 parent b86a8b4 commit 6ccd284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MOLAuthenticatingURLSession.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Pod::Spec.new do |s|
s.name = 'MOLAuthenticatingURLSession'
s.version = '2.3'
s.platform = :osx
s.osx.deployment_target = '10.9'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.homepage = 'https://github.com/google/macops-MOLAuthenticatingURLSession'
s.authors = { 'Google Macops' => '[email protected]' }
Expand Down

0 comments on commit 6ccd284

Please sign in to comment.