19 lines
246 B
Ruby
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
|