Skip to content

Commit

Permalink
Updated macOS deployment target to 10.9.
Browse files Browse the repository at this point in the history
Mirroring the same change in AppAuth openid/AppAuth-iOS@8db5df5
  • Loading branch information
WilliamDenniss committed Feb 2, 2018
1 parent cb0ffb8 commit 1a95fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GTMAppAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requests with AppAuth.
# obtaining authorization from the user. You can use the classes of
# GTMAppAuth with tokens obtained out of band to authorize requests
# on tvOS.
s.platforms = { :ios => "7.0", :osx => "10.8", :tvos => "9.0" }
s.platforms = { :ios => "7.0", :osx => "10.9", :tvos => "9.0" }

s.homepage = "https://github.com/google/GTMAppAuth"
s.license = "Apache License, Version 2.0"
Expand All @@ -37,7 +37,7 @@ requests with AppAuth.

s.osx.source_files = "Source/GTMOAuth2KeychainCompatibility/*.{h,m}",
"Source/macOS/**/*.{h,m}"
s.osx.deployment_target = '10.8'
s.osx.deployment_target = '10.9'

s.tvos.source_files = "Source/iOS/GTMKeychain_iOS.m"
s.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit 1a95fe5

Please sign in to comment.