Files
PINRemoteImage/Example/Podfile
Alex Shevchenko 3a6bc57ae7 Pluggable cache (#225)
* Cache is pluggable now.
PINCache dependency is optional.

* Cleanup

* Fixing wrong commit

* Cleanup

* Renamed PINRemoteImageCaching methods
2016-08-05 15:59:16 -07:00

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