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|