From 9370a79fc6d5d59822bca9da091a2e41f6cb49a5 Mon Sep 17 00:00:00 2001 From: "courier-ios-automation[bot]" Date: Thu, 7 May 2026 20:51:00 +0000 Subject: [PATCH] Bump Courier_iOS to 5.8.1 --- courier-react-native.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courier-react-native.podspec b/courier-react-native.podspec index 200e37a..5be3001 100644 --- a/courier-react-native.podspec +++ b/courier-react-native.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" # Courier Core Dependency - s.dependency "Courier_iOS", "5.8.0" + s.dependency "Courier_iOS", "5.8.1" # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0. # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.