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