From 23f0ded2bca02f09a5ea49f98dc49a44f22bd232 Mon Sep 17 00:00:00 2001 From: Michael Schneider Date: Tue, 3 May 2016 20:38:11 -0700 Subject: [PATCH] Fix AnimatedGIF example Podfile --- examples/AnimatedGIF/Podfile | 1 - 1 file changed, 1 deletion(-) 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