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

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

  # Pods for Convertify
  pod 'OneSignal', '>= 2.6.2', '< 3.0'
  pod 'Google-Mobile-Ads-SDK'

end

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

  # Pods for PushNotification
  pod 'OneSignal', '>= 2.6.2', '< 3.0'

end
