Skip to content

Commit 048ad51

Browse files
committed
Podspec: Add tvOS, watchOS support
1 parent 67cd76f commit 048ad51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SwiftyTimer.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Pod::Spec.new do |s|
1010
s.requires_arc = true
1111
s.ios.deployment_target = '8.0'
1212
s.osx.deployment_target = '10.9'
13+
s.tvos.deployment_target = '9.0'
14+
s.watchos.deployment_target = '2.0'
1315

1416
s.source_files = 'Sources/*.swift'
1517
end

0 commit comments

Comments
 (0)