Files
PINRemoteImage/Examples/Example-Mac/Podfile

7 lines
171 B
Ruby

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