platform :ios, '9.0'

target 'Runner' do
  # ... existing pods

  # Add the pod for the external library
  pod 'Evergage', '1.4.0'
end