Files
PINRemoteImage/Example/Podfile
2016-02-05 15:35:41 -08:00

12 lines
295 B
Ruby

xcodeproj 'PINRemoteImage.xcodeproj'
target 'PINRemoteImage', :exclusive => true do
pod "PINRemoteImage/iOS", :path => "../"
pod "PINRemoteImage/WebP", :path => "../"
pod "PINCache"
end
target 'PINRemoteImage Tests', :exclusive => true do
pod "PINRemoteImage/WebP", :path => "../"
end