Files
PINRemoteImage/Example/Podfile
Garrett Moon 9d2bd31f95 1.0
2015-07-22 17:29:31 -07:00

10 lines
293 B
Ruby

target 'PINRemoteImage', :exclusive => true do
pod "PINRemoteImage", :path => "../"
pod "PINCache", :git => "ssh://git@phabricator.pinadmin.com/diffusion/PCC/pincache.git"
pod "libwebp"
end
target 'PINRemoteImage Tests', :exclusive => true do
pod "PINRemoteImage", :path => "../"
end