Skip to content

Commit 29bba1f

Browse files
author
xianing
committed
update pod file
1 parent 8700481 commit 29bba1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

iOS/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ target 'APIExample' do
66
use_frameworks!
77
pod 'Floaty', '~> 4.2.0'
88
pod 'AGEVideoLayout', '~> 1.0.2'
9-
pod 'AgoraRtcEngine_iOS', '3.5.0'
9+
pod 'AgoraRtcEngine_iOS', '3.5.1'
1010
pod 'AgoraMediaPlayer_iOS', '1.2.2'
1111
end
1212

1313
target 'Agora-ScreenShare-Extension' do
1414

1515
use_frameworks!
16-
pod 'AgoraRtcEngine_iOS', '3.5.0'
16+
pod 'AgoraRtcEngine_iOS', '3.5.1'
1717
end

macOS/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target 'APIExample' do
77

88
# Pods for APIExample
99
pod 'AGEVideoLayout', '~> 1.0.2'
10-
pod 'AgoraRtcEngine_macOS', '3.5.0'
10+
pod 'AgoraRtcEngine_macOS', '3.5.1'
1111

1212
target 'APIExampleTests' do
1313
inherit! :search_paths

0 commit comments

Comments
 (0)