mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-27 08:27:53 +00:00
Merge pull request #1591 from garrettmoon/fixAnimatedGIFWarning
Specifies beta of PINRemoteImage
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user