mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-29 17:31:56 +00:00
[tvOS] Revert pod spec changes, to get ready for merge.
This commit is contained in:
@@ -49,14 +49,14 @@ Pod::Spec.new do |spec|
|
||||
]
|
||||
end
|
||||
|
||||
# spec.subspec 'PINRemoteImage' do |pin|
|
||||
# pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' }
|
||||
# pin.dependency 'PINRemoteImage/iOS', '>= 2'
|
||||
# pin.dependency 'AsyncDisplayKit/ASDealloc2MainObject'
|
||||
# end
|
||||
spec.subspec 'PINRemoteImage' do |pin|
|
||||
pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' }
|
||||
pin.dependency 'PINRemoteImage/iOS', '>= 2'
|
||||
pin.dependency 'AsyncDisplayKit/ASDealloc2MainObject'
|
||||
end
|
||||
|
||||
# Include optional FLAnimatedImage module
|
||||
# spec.default_subspec = 'PINRemoteImage'
|
||||
spec.default_subspec = 'PINRemoteImage'
|
||||
|
||||
spec.social_media_url = 'https://twitter.com/fbOpenSource'
|
||||
spec.library = 'c++'
|
||||
@@ -67,5 +67,5 @@ Pod::Spec.new do |spec|
|
||||
|
||||
spec.ios.deployment_target = '7.0'
|
||||
# tvOS not recognized by older versions of Cocoapods - add this only after tvOS support complete.
|
||||
spec.tvos.deployment_target = '9.0'
|
||||
# spec.tvos.deployment_target = '9.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user