mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-14 01:45:20 +08:00
* Cache is pluggable now. PINCache dependency is optional. * Cleanup * Fixing wrong commit * Cleanup * Renamed PINRemoteImageCaching methods
11 lines
274 B
Ruby
11 lines
274 B
Ruby
xcodeproj 'PINRemoteImage.xcodeproj'
|
|
|
|
target 'PINRemoteImage', :exclusive => true do
|
|
pod "PINRemoteImage", :path => "../"
|
|
pod "PINRemoteImage/WebP", :path => "../"
|
|
end
|
|
|
|
target 'PINRemoteImage Tests', :exclusive => true do
|
|
pod "PINRemoteImage/WebP", :path => "../"
|
|
end
|