File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ target 'APIExample' do
66
77 pod 'Floaty' , '~> 4.2.0'
88 pod 'AGEVideoLayout' , '~> 1.0.4'
9- # pod 'AgoraRtcEngine_iOS', '3.7.0 '
10- pod 'sdk' , :path => 'sdk.podspec'
9+ pod 'AgoraRtcEngine_iOS' , '3.7.1 '
10+ # pod 'sdk', :path => 'sdk.podspec'
1111 pod 'AgoraMediaPlayer_iOS' , '1.2.2'
1212end
1313
1414target 'Agora-ScreenShare-Extension' do
1515 use_frameworks!
1616
17- # pod 'AgoraRtcEngine_iOS', '3.7.0 '
18- pod 'sdk' , :path => 'sdk.podspec'
17+ pod 'AgoraRtcEngine_iOS' , '3.7.1 '
18+ # pod 'sdk', :path => 'sdk.podspec'
1919end
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ target 'APIExample' do
77
88 # Pods for APIExample
99 pod 'AGEVideoLayout' , '~> 1.0.4'
10- # pod 'AgoraRtcEngine_macOS', '3.7.0 '
11- pod 'sdk' , :path => 'sdk.podspec'
10+ pod 'AgoraRtcEngine_macOS' , '3.7.1 '
11+ # pod 'sdk', :path => 'sdk.podspec'
1212
1313 target 'APIExampleTests' do
1414 inherit! :search_paths
You can’t perform that action at this time.
0 commit comments