mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-03-29 07:47:52 +08:00
10 lines
293 B
Ruby
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
|