From b1d9f734988658a30838944923563bcac16a78ab Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 21 Mar 2024 10:25:13 +0100 Subject: [PATCH] fix(ios): updated native SDK BREAKING CHANGE: min deployment target has been raised to 13.0 --- plugin/platforms/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/platforms/ios/Podfile b/plugin/platforms/ios/Podfile index b426668..cfb6847 100644 --- a/plugin/platforms/ios/Podfile +++ b/plugin/platforms/ios/Podfile @@ -1,2 +1,2 @@ -pod 'lottie-ios', :git => 'https://github.com/farfromrefug/lottie-ios.git', :branch => "4.3.3" +pod 'lottie-ios', :git => 'https://github.com/farfromrefug/lottie-ios.git', :branch => "4.4.1" # pod 'lottie-ios', :path => '/Volumes/dev/ios/lottie-ios' \ No newline at end of file