mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-03-29 22:41:24 +08:00
10 lines
220 B
Ruby
10 lines
220 B
Ruby
target 'PINRemoteImage', :exclusive => true do
|
|
pod "PINRemoteImage", :path => "../"
|
|
pod "PINCache"
|
|
pod "libwebp"
|
|
end
|
|
|
|
target 'PINRemoteImage Tests', :exclusive => true do
|
|
pod "PINRemoteImage", :path => "../"
|
|
end
|