source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '13.0'
workspace 'MediationExample.xcworkspace'

target 'SampleAdSDK' do
  project 'SampleAdSDK/SampleAdSDK.xcodeproj'
  pod 'Google-Mobile-Ads-SDK'

  target 'SampleAdSDKAdapter' do
    inherit! :search_paths
  end

  target 'MediationExample' do
    project 'MediationExample.xcodeproj'
    inherit! :search_paths
  end
end
