diff --git a/examples/AnimatedGIF/Podfile b/examples/AnimatedGIF/Podfile index 1805e9bc50..20b732836c 100644 --- a/examples/AnimatedGIF/Podfile +++ b/examples/AnimatedGIF/Podfile @@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'ASAnimatedImage' do pod 'AsyncDisplayKit', :path => '../..' - pod 'PINRemoteImage', :git => 'https://github.com/pinterest/PINRemoteImage.git', :branch => 'addPINAnimatedImage' + pod 'PINRemoteImage', '~> 3.0.0-beta' end