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

target 'CamelPro' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!
pod 'Charts'
pod 'Firebase/Auth'
	pod 'Firebase/Analytics'
pod 'Firebase/Firestore'
pod 'Charts'
pod 'SwiftCharts', '~> 0.6.5'
pod 'PieCharts'
pod 'SDWebImage', '~> 5.0'
  pod 'OneSignalXCFramework', '>= 3.0.0', '< 4.0'

pod 'Firebase/Core'
pod 'Firebase/Storage'
  # Pods for CamelPro

target 'OneSignalNotificationServiceExtension' do
    # Comment the next line if you don't want to use dynamic frameworks
    use_frameworks!
    pod 'OneSignalXCFramework', '>= 3.0.0', '< 4.0'
  end

end
