platform :ios, '17.0'

source 'https://github.com/appodeal/CocoaPods.git'
source 'https://github.com/bidon-io/CocoaPods-Specs.git'
source 'https://github.com/CocoaPods/Specs.git'

use_frameworks!

target 'PaintingAR' do
  
  pod 'Appodeal', '4.1.0'
  pod 'BidonAdapterAppLovin', '13.5.1.0'
  pod 'BidonAdapterBidMachine', '3.6.1.0'
  pod 'AppodealAppLovinAdapter', '13.5.1.0'
  pod 'AppodealBidMachineAdapter', '3.6.1.0'
  pod 'AppodealBidonAdapter', '0.14.0.1'
  pod 'AppodealGoogleAdMobAdapter', '12.13.0.0'
  pod 'AppodealIABAdapter', '3.4.7.0'
  pod 'AppodealSentryAdapter', '8.57.2.0'
  
  pod 'RevenueCat'
  pod 'RevenueCatUI'
  pod 'FirebaseMessaging'
  pod 'FirebaseAnalytics'
  pod 'FirebaseCrashlytics'
  pod 'DeviceKit'
  pod 'lottie-ios'
  pod 'SnapKit'
  
end

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '17.0'
    end
  end
end
