We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce74be2 + 811ce7b commit b7b9982Copy full SHA for b7b9982
AppAuth.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "AppAuth"
4
- s.version = "1.4.0"
+ s.version = "1.4.0.2"
5
s.summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers."
6
7
s.description = <<-DESC
@@ -36,7 +36,7 @@ It follows the OAuth 2.0 for Native Apps best current practice
36
s.watchos.deployment_target = "2.0"
37
s.tvos.deployment_target = "9.0"
38
39
- s.source = { :git => "https://github.com/openid/AppAuth-iOS.git", :tag => s.version }
+ s.source = { :git => "https://github.com/InsuranceAustraliaGroup/AppAuth-iOS.git", :tag => s.version }
40
s.requires_arc = true
41
42
# Subspec for the core AppAuth library classes only, suitable for extensions.
0 commit comments