From 495102fd55092ebc4f486c94c22f8f9e0afddd7c Mon Sep 17 00:00:00 2001 From: Artur Grigor Date: Sat, 18 Feb 2017 13:43:01 +0200 Subject: [PATCH] Support for tvOS. --- GaugeKit.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GaugeKit.podspec b/GaugeKit.podspec index e59e1fb..9880b32 100644 --- a/GaugeKit.podspec +++ b/GaugeKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "GaugeKit" - s.version = "0.4.0" + s.version = "0.4.1" s.summary = "Kit for building custom gauges + easy reproducible Apple's style ring gauges." s.description = "Kit for building custom gauges + easy reproducible Apple's style ring gauges. ## Features @@ -17,7 +17,8 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/skywinder/GaugeKit.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/skywinder' - s.platform = :ios, '8.0' + s.ios.deployment_target = '8.0' + s.tvos.deployment_target = '9.0' s.requires_arc = true s.source_files = 'GaugeKit/**/*'