Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Commit 048ad51

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)