[Build / Cocoapods] Fix AnimatedGIF Podfile to use Sample as the target name, which is the correct one.

This commit is contained in:
Scott Goodson 2016-05-03 20:42:15 -07:00
parent 631fa0e482
commit 7acdf6ab37

View File

@ -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