From 0df9e021f713722d149619eb75698454e80fb575 Mon Sep 17 00:00:00 2001 From: Cem Olcay Date: Thu, 26 Nov 2015 12:16:43 -0800 Subject: [PATCH] add tvos target --- JSONHelper.podspec | 1 + 1 file changed, 1 insertion(+) 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'