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

target 'Convertify' do
  use_frameworks!
  pod 'OneSignalXCFramework', '~> 5.2.9'
  pod 'Google-Mobile-Ads-SDK'
end

target 'PushNotification' do
  use_frameworks!
  # Use the same XCFramework version here
  pod 'OneSignalXCFramework', '~> 5.2.9'
end
