# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'

target 'APIExample' do
  
  use_frameworks!
  pod 'Floaty', '~> 4.2.0'  
  pod 'AGEVideoLayout', '~> 1.0.2'
  pod 'AgoraRtcEngine_iOS', '3.3.1'
  pod 'AgoraMediaPlayer_iOS', '1.2.2'
end

target 'Agora-ScreenShare-Extension' do

  use_frameworks!
  pod 'AgoraRtcEngine_iOS', '3.3.1'
end
