From ca89d9dacba2a3c95c8065b640af1f727848bf2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=CC=81r=CC=8C?= Date: Wed, 3 Oct 2018 20:54:05 +0200 Subject: [PATCH] add swift version to podspec --- SwiftyTimer.podspec | 2 ++ 1 file changed, 2 insertions(+) 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