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 9f62410 commit 37842faCopy full SHA for 37842fa
GoogleUtilities.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'GoogleUtilities'
3
- s.version = '5.3.7'
+ s.version = '5.4.0'
4
s.summary = 'Google Utilities for iOS (plus community support for macOS and tvOS)'
5
6
s.description = <<-DESC
GoogleUtilities/CHANGELOG.md
@@ -1,5 +1,8 @@
# Unreleased
+# 5.4.0
+- Update GULLogger to use os_log instead of asl_log on iOS 9 and later. (#2374, #2504)
+
# 5.3.7
7
- Fixed `pod lib lint GoogleUtilities.podspec --use-libraries` regression. (#2130)
8
- Fixed macOS conditional check in UserDefaults. (#2245)
0 commit comments