platform :ios, '13.0'

use_frameworks!

workspace '../XXGPlayKit.xcworkspace'

def applovin_pods
  pod 'AppLovinSDK'
#  pod 'AppLovinMediationGoogleAdapter'     # Google Bidding and Google AdMob
  pod 'AppLovinMediationIronSourceAdapter' # ironSource
  pod 'AppLovinMediationFacebookAdapter'   # Meta Audience Network
  pod 'AppLovinMediationMintegralAdapter'  # Mintegral
  pod 'AppLovinMediationByteDanceAdapter'  # Pangle
  pod 'AppLovinMediationUnityAdsAdapter'   # Unity Ads
  pod 'AppLovinMediationYandexAdapter'     # Yandex
end

target 'PassGracefulQueryIronExistingThin' do
  project '../XXGThirdMiddlewares/CommandNostalgia.xcodeproj'
  applovin_pods
end

target 'XXGPlayKitOSDemo-Pods' do
  project 'XXGPlayKitOSDemo-Pods.xcodeproj'
  applovin_pods
end


