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

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

  # ignore all warnings from all pods - it's not like we can fix them
  inhibit_all_warnings!
  

  # Pods for Jukebox
  pod 'Kingfisher'
  pod "GCDWebServer"
  pod 'CocoaLumberjack/Swift'
  pod 'CocoaUPnP'
  pod 'NVActivityIndicatorView'
  pod 'AFNetworking'

end
