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

target 'Volunteer Attendance System iOS' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for Volunteer Attendance System iOS
  pod 'SkyFloatingLabelTextField', '~> 3.0'
  pod 'Eureka'
  pod "TinyConstraints"
  pod 'Tabman', '~> 2.6'
  pod 'KeychainAccess'

  target 'Volunteer Attendance System iOSTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'Volunteer Attendance System iOSUITests' do
    # Pods for testing
  end

end
