From 9b84028559b95c4fd194c3cb47f28f12afa3d41a Mon Sep 17 00:00:00 2001 From: wangshaocong Date: Fri, 25 Oct 2024 20:55:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20iOS=E5=8D=87=E7=BA=A7491?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SampleCode/iOS/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SampleCode/iOS/Podfile b/SampleCode/iOS/Podfile index 7029bba..57c4aa4 100644 --- a/SampleCode/iOS/Podfile +++ b/SampleCode/iOS/Podfile @@ -12,7 +12,7 @@ target 'NEMeetingDemo' do pod 'Masonry', '~> 1.1.0' pod 'Reachability' - pod 'NEMeetingKit', '~> 4.9.0' + pod 'NEMeetingKit', '~> 4.9.1' end post_install do |installer|