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

#source 'https://cdn.cocoapods.org/'
source 'https://github.com/CocoaPods/Specs.git'
# source 'https://gitee.com/aliyun-sls/Specs.git'

# pod install --repo-update

def wabo_max_adapter_pods
  pod 'AppLovinMediationByteDanceAdapter'       , '6.2.0.5.0'
  pod 'AppLovinMediationFacebookAdapter'        , '6.15.0.0'
  pod 'AppLovinMediationIronSourceAdapter'      , '8.1.0.0.1'
  pod 'AppLovinMediationMintegralAdapter'       , '7.7.1.0.0'
  pod 'AppLovinMediationUnityAdsAdapter'        , '4.10.0.0'
  pod 'AppLovinMediationVungleAdapter'          , '7.4.0.0'
  pod 'AppLovinMediationFyberAdapter'           , '8.3.1.1'
  pod 'AppLovinMediationGoogleAdManagerAdapter' , '11.5.0.0'
  pod 'AppLovinMediationGoogleAdapter'          , '11.5.0.0'
  pod 'bigo-ads-max-adapter'                    , '4.4.0.1'
end

target 'WaboiOSSDK-Demo' do
  pod 'WaboCoreIOSSDK'          , '0.1.45'
  pod 'WaboMaxIOSSDK'           , '0.1.45'
  pod 'WaboLoginPurchaseIOSSDK' , '0.1.45'
  pod 'WaboFacebookIOSSDK'      , '0.1.45'
  pod 'WaboFirebaseIOSSDK'      , '0.1.45'
  pod 'WaboGoogleIOSSDK'        , '0.1.45'
  wabo_max_adapter_pods
end
use_frameworks! :linkage => :static
use_frameworks!
