From db42d4a6a24c6041d708e5578870f66053b27f44 Mon Sep 17 00:00:00 2001 From: Jatin Bhuva <70341139+JatinBhuva@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:12:40 +0530 Subject: [PATCH] Update Podfile dependencies for SVGKit and CocoaLumberjack Updated SVGKit and CocoaLumberjack versions in Podfile. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07c0530..3fc4f59 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ To use react-native-svg-render on iOS, follow these steps: Install dependencies Open your ios/Podfile and add: ``` -pod 'SVGKit', '~> 3.0' -pod 'CocoaLumberjack/Swift', '~> 3.8.0' +pod 'SVGKit', '3.0.0' +pod 'CocoaLumberjack/Swift', '3.8.0' ``` Configure SVGKit headers