inhibit_all_warnings!

target 'BitTorrent' do
  use_frameworks!

  pod 'Alamofire', '4.5.0'
  pod 'CocoaAsyncSocket'
  
  target 'BitTorrentTests' do
    inherit! :search_paths
    
    pod 'OHHTTPStubs'
    
  end
  
  target 'BitTorrentExample' do
      use_frameworks!
      
  end

end
