From a63444fd3b4b3c035899129b613b93134feeadc1 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Thu, 7 Sep 2017 11:52:01 -0400 Subject: [PATCH] update podspec to support tvOS --- YYCache.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/YYCache.podspec b/YYCache.podspec index 0eecedb..97441ce 100644 --- a/YYCache.podspec +++ b/YYCache.podspec @@ -8,6 +8,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/ibireme/YYCache' s.platform = :ios, '6.0' s.ios.deployment_target = '6.0' + s.tvos.deployment_target = "9.0" s.source = { :git => 'https://github.com/ibireme/YYCache.git', :tag => s.version.to_s } s.requires_arc = true