mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-26 07:57:41 +00:00
Fix asdk again (#2446)
* Man whoever is maintaining PINRemoteImage really needs to get theirselves together! * Learning from previous mistakes, we should set a specific version on this.
This commit is contained in:
committed by
Adlai Holler
parent
41c0781aa9
commit
46cf1e3032
@@ -59,8 +59,7 @@ Pod::Spec.new do |spec|
|
||||
|
||||
spec.subspec 'PINRemoteImage' do |pin|
|
||||
pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' }
|
||||
pin.dependency 'PINRemoteImage/iOS', '>= 3.0.0-beta.4'
|
||||
pin.dependency 'PINRemoteImage/PINCache'
|
||||
pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.5'
|
||||
pin.dependency 'AsyncDisplayKit/Core'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user