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

target 'tmu' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for app
  pod 'SnapKit', '~> 5.0'
  pod 'Firebase/Core'
  pod 'Firebase/Messaging'
  pod 'GoogleSignIn', '~>4.4.0'
  pod 'SideMenu', '~> 6.4.8'
  pod 'SwiftJWT'
  pod 'CryptoSwift', '~> 1.0'
end
