Files

15 lines
239 B
Ruby

xcodeproj 'PINRemoteImage.xcodeproj'
def shared_pods
pod "PINRemoteImage", :path => "../"
pod "PINRemoteImage/WebP", :path => "../"
end
target 'PINRemoteImage' do
shared_pods
end
target 'PINRemoteImage Tests' do
shared_pods
end