From 0a20b784ad9ac6677a9df196a9980fa9b1538937 Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Wed, 27 Mar 2019 10:13:50 +0100 Subject: [PATCH] Update Keyboard+LayoutGuide.podspec --- Keyboard+LayoutGuide.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/Keyboard+LayoutGuide.podspec b/Keyboard+LayoutGuide.podspec index d237ba4..ecaf149 100644 --- a/Keyboard+LayoutGuide.podspec +++ b/Keyboard+LayoutGuide.podspec @@ -11,7 +11,6 @@ Pod::Spec.new do |s| s.source_files = "KeyboardLayoutGuide/KeyboardLayoutGuide/*.swift" s.requires_arc = true s.ios.deployment_target = "9" - s.swift_version = "5.0" s.description = "An alternative approach to handling keyboard in iOS with Autolayout" s.module_name = 'KeyboardLayoutGuide' end