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

adstir_version = '2.17.6'
google_version = '12.12.0'

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

  # Pods for AdstirSampleApp
  pod 'AdStir-Ads-SDK/AdMobMediationAdapter', adstir_version
  pod 'AdStir-Ads-SDK/All-adstir', adstir_version
  pod 'Google-Mobile-Ads-SDK', google_version

end

target 'AdstirAppOpenAdSampleApp' do
  pod 'AdStir-Ads-SDK', adstir_version
end