-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Google’s latest version of GTMAppAuth
- Loading branch information
Zsika Phillip
committed
May 12, 2017
1 parent
6ef07c7
commit 780f6a9
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "GTMAppAuth" | ||
s.version = "0.5.1" | ||
s.version = "0.6.0" | ||
s.summary = "Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth" | ||
|
||
s.description = <<-DESC | ||
|
@@ -22,6 +22,7 @@ requests with AppAuth. | |
s.homepage = "https://github.com/google/GTMAppAuth" | ||
s.license = "Apache License, Version 2.0" | ||
s.authors = { "William Denniss" => "[email protected]", | ||
"Zsika Phillip" => "[email protected]", | ||
} | ||
|
||
s.source = { :git => "https://github.com/google/GTMAppAuth.git", :tag => s.version } | ||
|
@@ -43,5 +44,5 @@ requests with AppAuth. | |
|
||
s.frameworks = 'Security', 'SystemConfiguration' | ||
s.dependency 'GTMSessionFetcher', '~> 1.1' | ||
s.dependency 'AppAuth', '~> 0.7.0' | ||
s.dependency 'AppAuth', '~> 0.9.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters