Skip to content

Commit 4fe21e1

Browse files
author
Tuomas Artman
committed
Adds tvOS support to podspec
1 parent e4610cf commit 4fe21e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Geometry.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
99
s.source = { :git => 'https://github.com/artman/Geometry.git', :tag => s.version }
1010

1111
s.ios.deployment_target = '8.0'
12+
s.tvos.deployment_target = '9.0'
1213

1314
s.source_files = 'Geometry/*.swift'
1415

0 commit comments

Comments
 (0)