Files
BitTorrentSwift/Podfile
T
2017-06-28 00:32:39 +01:00

19 lines
246 B
Ruby

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