Files
PINRemoteImage/Example/Podfile
2015-07-27 09:40:24 -07:00

10 lines
220 B
Ruby

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