Skip to content

Commit

Permalink
Added TVOS Support
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanheilner committed Feb 11, 2021
1 parent bb13e4c commit 3fa3d0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UIDevice-DisplayName.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 3fa3d0a

Please sign in to comment.