diff --git a/JSONHelper.podspec b/JSONHelper.podspec index 338065f..df8a0ac 100644 --- a/JSONHelper.podspec +++ b/JSONHelper.podspec @@ -10,6 +10,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' + s.tvos.deployment_target = '9.0' s.source = { :git => 'https://github.com/isair/JSONHelper.git', :tag => s.version } s.source_files = 'JSONHelper' s.frameworks = 'Foundation'