Merge pull request #1591 from garrettmoon/fixAnimatedGIFWarning

Specifies beta of PINRemoteImage
This commit is contained in:
appleguy
2016-04-25 19:39:19 -07:00

View File

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