Files
PINRemoteImage/Example/Podfile
Garrett Moon 4b5d3b8c7e Cleanup
2016-03-29 17:18:37 -07: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