diff --git a/examples/AnimatedGIF/Podfile b/examples/AnimatedGIF/Podfile index 20b732836c..6e823a9bf9 100644 --- a/examples/AnimatedGIF/Podfile +++ b/examples/AnimatedGIF/Podfile @@ -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