mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-24 04:15:32 +08:00
1.0
This commit is contained in:
9
Example/Podfile
Normal file
9
Example/Podfile
Normal 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
|
||||
Reference in New Issue
Block a user