diff --git a/SwiftyTimer.podspec b/SwiftyTimer.podspec index f68ac4e..6286838 100644 --- a/SwiftyTimer.podspec +++ b/SwiftyTimer.podspec @@ -14,4 +14,6 @@ Pod::Spec.new do |s| s.watchos.deployment_target = '2.0' s.source_files = 'Sources/*.swift' + + s.swift_version = '3.0' end \ No newline at end of file