Fix AnimatedGIF example Podfile

This commit is contained in:
Michael Schneider 2016-05-03 20:38:11 -07:00
parent 44ad32095b
commit 23f0ded2bc

View File

@ -2,6 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'ASAnimatedImage' do
pod 'AsyncDisplayKit', :path => '../..'
pod 'PINRemoteImage', '~> 3.0.0-beta'
end