From 7acdf6ab37e319f2bf2256d6ca7d42168a4eb35c Mon Sep 17 00:00:00 2001 From: Scott Goodson Date: Tue, 3 May 2016 20:42:15 -0700 Subject: [PATCH] [Build / Cocoapods] Fix AnimatedGIF Podfile to use Sample as the target name, which is the correct one. --- examples/AnimatedGIF/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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