Files
PINRemoteImage/Example/Podfile
2016-03-28 17:08:53 -07:00

13 lines
350 B
Ruby

xcodeproj 'PINRemoteImage.xcodeproj'
target 'PINRemoteImage', :exclusive => true do
pod "PINRemoteImage/iOS", :path => "../"
pod "PINRemoteImage/WebP", :path => "../"
pod "PINRemoteImage/FLAnimatedImage", :path => "../"
pod "PINCache"
end
target 'PINRemoteImage Tests', :exclusive => true do
pod "PINRemoteImage/WebP", :path => "../"
end