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

7 lines
171 B
Ruby

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