diff --git a/examples/AnimatedGIF/Podfile b/examples/AnimatedGIF/Podfile index 6e823a9bf9..7a8d8c1a00 100644 --- a/examples/AnimatedGIF/Podfile +++ b/examples/AnimatedGIF/Podfile @@ -1,6 +1,6 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' -target 'ASAnimatedImage' do +target 'Sample' do pod 'AsyncDisplayKit', :path => '../..' end