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

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

  # Pods for AdoptMe
  pod 'SOTabBar'
  pod 'LanguageManager-iOS'
  pod 'LZViewPager'
  pod 'M13Checkbox'
  pod 'RangeSeekSlider'
  pod 'ImageSlideshow'
  pod "ImageSlideshow/Alamofire"
  pod 'UIFloatLabelTextView'
  pod 'MessageKit', '~> 3.3.0'
  pod 'ALCameraViewController'
  pod 'OTPFieldView'
  pod "FlagPhoneNumber"
  pod 'SCLAlertView'
  pod 'ProgressHUD'
  
  pod 'BottomPopUpView'
  pod 'FBSDKLoginKit'

  # Material design
  pod 'MaterialComponents'
  
  # Waterfall collection view
  pod "CollectionViewWaterfallLayout"
  
  # Pods for FirebaseLogin
  pod 'Firebase/Analytics'
  pod 'Firebase/Auth'
  pod 'Firebase/Core'
  pod 'Firebase/Firestore'
  pod 'FirebaseFirestoreSwift'
  pod 'Firebase/Storage'
  pod 'Firebase/Database'
  
  #Facebook
  pod 'Bolts'
  pod 'FBSDKCoreKit'
  pod 'FBSDKLoginKit'

  #Google
  pod 'GoogleSignIn'
  
  #BCrypt
  pod 'BCrypt'

  #Nuke
  pod 'Nuke'
  
  #Cloudinary
  pod 'Cloudinary'
end
