File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::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 = {
You can’t perform that action at this time.
0 commit comments