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

target 'APIExample' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for APIExample
  pod 'AGEVideoLayout', '~> 1.0.2'
  pod 'AgoraRtcEngine_macOS', '3.3.1'
  
  target 'APIExampleTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'APIExampleUITests' do
    # Pods for testing
  end

end
