Skip to content

Commit b7b9982

Browse files
committed
Merge branch 'master' of github.com:InsuranceAustraliaGroup/AppAuth-iOS
2 parents ce74be2 + 811ce7b commit b7b9982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AppAuth.podspec

Lines changed: 2 additions & 2 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.4.0"
4+
s.version = "1.4.0.2"
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
@@ -36,7 +36,7 @@ It follows the OAuth 2.0 for Native Apps best current practice
3636
s.watchos.deployment_target = "2.0"
3737
s.tvos.deployment_target = "9.0"
3838

39-
s.source = { :git => "https://github.com/openid/AppAuth-iOS.git", :tag => s.version }
39+
s.source = { :git => "https://github.com/InsuranceAustraliaGroup/AppAuth-iOS.git", :tag => s.version }
4040
s.requires_arc = true
4141

4242
# Subspec for the core AppAuth library classes only, suitable for extensions.

0 commit comments

Comments
 (0)