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.
1 parent eee20d3 commit 8c0b028Copy full SHA for 8c0b028
AppAuth.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "AppAuth"
4
- s.version = "1.7.3"
+ s.version = "1.7.4"
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
CHANGELOG.md
@@ -1,3 +1,6 @@
+# 1.7.4
+- Adds defines module to AppAuth.podspec ([#845](https://github.com/openid/AppAuth-iOS/pull/845))
+
# 1.7.3
- Fix missing manifest in bundle using SPM ([#833](https://github.com/openid/AppAuth-iOS/pull/833))
0 commit comments