Skip to content

Commit e1ca2be

Browse files
committed
Update to 1.7.6
1 parent b856e4b commit e1ca2be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

AppAuth.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "AppAuth"
4-
s.version = "1.7.5"
4+
s.version = "1.7.6"
55
s.summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers."
66

77
s.description = <<-DESC
@@ -19,7 +19,7 @@ It follows the OAuth 2.0 for Native Apps best current practice
1919
2020
DESC
2121

22-
s.homepage = "https://openid.github.io/AppAuth-iOS"
22+
s.homepage = "https://github.com/brnnmrls/AppAuth-iOS.git"
2323
s.license = "Apache License, Version 2.0"
2424
s.authors = { "William Denniss" => "wdenniss@google.com",
2525
"Steven E Wright" => "stevewright@google.com",
@@ -38,7 +38,7 @@ It follows the OAuth 2.0 for Native Apps best current practice
3838
s.watchos.deployment_target = "2.0"
3939
s.tvos.deployment_target = "9.0"
4040

41-
s.source = { :git => "https://github.com/openid/AppAuth-iOS.git", :tag => s.version }
41+
s.source = { :git => "https://github.com/brnnmrls/AppAuth-iOS.git", :tag => s.version }
4242
s.requires_arc = true
4343

4444
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)