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

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

  pod 'ObjectMapper', '~> 2.2'
  pod 'Kingfisher', '~> 3.0'
  pod 'SCLAlertView'
  pod 'SwiftOverlays', '~> 3.0.0'
  pod 'SwiftyJSON'
  pod 'SwiftyAttributes'
  pod 'Toaster', '~> 2.0'
end