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

# source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'


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

  # Pods for PhoneManager
  pod 'Alamofire'
  pod 'lottie-ios'
  pod 'SnapKit'
  pod 'HXPhotoPicker'
  pod 'SVProgressHUD'
  pod 'Google-Mobile-Ads-SDK'
  # pod 'GoogleSignIn'
  pod 'MJRefresh' , '3.7.9'
  pod 'GoogleAPIClientForREST/Gmail'
  pod 'Adjust', '~> 5.4.4'
  pod 'DeviceKit', '~> 5.2'

  #广告适配器
  pod 'GoogleMobileAdsMediationAppLovin'
  pod 'GoogleMobileAdsMediationIronSource'
  pod 'GoogleMobileAdsMediationUnity'
  #pod 'GoogleMobileAdsMediationFacebook'
  
#  pod 'Firebase/Core'
  
  post_install do |installer|
     installer.pods_project.targets.each do |target|
       target.build_configurations.each do |config|
         config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = '' # Exclude arm64 for simulator
       end
     end
  end
  
end

