This commit is contained in:
Garrett Moon
2015-07-22 17:29:31 -07:00
commit 9d2bd31f95
432 changed files with 69656 additions and 0 deletions

9
Example/Podfile Normal file
View File

@@ -0,0 +1,9 @@
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