Files
BitTorrentSwift/Podfile
T
2017-06-28 23:25:56 +01:00

22 lines
290 B
Ruby

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