16 lines
303 B
Ruby
16 lines
303 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
use_frameworks!
|
|
|
|
project 'SDWebImage Tests'
|
|
workspace '../SDWebImage'
|
|
|
|
target 'Tests' do
|
|
platform :ios, '8.0'
|
|
pod 'Expecta'
|
|
pod 'SDWebImage/WebP', :path => '../'
|
|
pod 'SDWebImage/MapKit', :path => '../'
|
|
pod 'SDWebImage/GIF', :path => '../'
|
|
|
|
end
|