From 02ef4489732a30788285d211b45e1176c9cfc29c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:46:46 +0000 Subject: [PATCH] Update dependency CocoaLumberjack to v3.9.0 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 8e3c705c..50aebb49 100644 --- a/Podfile +++ b/Podfile @@ -10,7 +10,7 @@ target 'Simlar' do use_frameworks! pod 'libPhoneNumber-iOS', git: 'https://github.com/iziz/libPhoneNumber-iOS', tag: '1.1' - pod 'CocoaLumberjack', '3.8.5' + pod 'CocoaLumberjack', '3.9.0' if File.exist?($PODFILE_PATH) pod 'linphone-sdk', :path => $PODFILE_PATH else