From 3fa3d0ab1d80517eb15f841e15fdaace1faf2706 Mon Sep 17 00:00:00 2001 From: Stephan Heilner Date: Thu, 11 Feb 2021 11:57:08 -0700 Subject: [PATCH] Added TVOS Support --- UIDevice-DisplayName.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UIDevice-DisplayName.podspec b/UIDevice-DisplayName.podspec index d2534cc..9a8a24d 100644 --- a/UIDevice-DisplayName.podspec +++ b/UIDevice-DisplayName.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'UIDevice-DisplayName' - s.version = '4.3.0' + s.version = '4.3.1' s.summary = 'Returns a friendly name for any iOS device.' s.author = 'Stephan Heilner' s.homepage = 'https://github.com/stephanheilner/UIDevice-DisplayName' @@ -12,8 +12,8 @@ Pod::Spec.new do |s| DESC s.source = { :git => 'https://github.com/stephanheilner/UIDevice-DisplayName.git', :tag => s.version.to_s } - - s.platform = :ios, '12.0' + s.ios.deployment_target = '12.0' + s.tvos.deployment_target = '12.0' s.source_files = 'Sources/UIDevice-DisplayName/UIDevice+DisplayName.{swift}' s.resources = 'Resources/UIDevice-DisplayName/*.json' s.requires_arc = true