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

target 'Comoney' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  use_frameworks!
  inherit! :search_paths


  # Pods for Comoney
pod 'Firebase/Crashlytics'
pod 'Firebase/Analytics'
pod 'Appirater'
pod 'JDFTooltips'
pod 'ImageScrollView'
pod 'SwiftLocation', '~> 4.0'
pod 'AlamofireImage', '~> 4.1'
pod 'Material', '~> 3.1.8'
# pod 'MaterialComponents'

end

target 'Comoney Lite' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!
  
  inherit! :search_paths

  # Pods for Comoney Lite
pod 'Firebase/Crashlytics'
pod 'Firebase/Analytics'
pod 'Appirater'
pod 'JDFTooltips'
pod 'ImageScrollView'
pod 'SwiftLocation', '~> 4.0'
pod 'AlamofireImage', '~> 4.1'
pod 'Material', '~> 3.1.8'
# pod 'MaterialComponents'
end
