We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cd76f commit 048ad51Copy full SHA for 048ad51
1 file changed
SwiftyTimer.podspec
@@ -10,6 +10,8 @@ Pod::Spec.new do |s|
10
s.requires_arc = true
11
s.ios.deployment_target = '8.0'
12
s.osx.deployment_target = '10.9'
13
+ s.tvos.deployment_target = '9.0'
14
+ s.watchos.deployment_target = '2.0'
15
16
s.source_files = 'Sources/*.swift'
17
end
0 commit comments