From 0be557931eff24e0f8e74c8f7f6c80bbfb8eff59 Mon Sep 17 00:00:00 2001 From: Vignesh Date: Tue, 22 Oct 2019 16:09:54 +0530 Subject: [PATCH] Updated the podspec --- SwiftCSVExport.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftCSVExport.podspec b/SwiftCSVExport.podspec index 8c5664d..f7d180f 100644 --- a/SwiftCSVExport.podspec +++ b/SwiftCSVExport.podspec @@ -69,7 +69,7 @@ Pod::Spec.new do |s| # When using multiple platforms s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.9" - s.swift_version = '4.2' + s.swift_version = '5.0' # s.watchos.deployment_target = "2.0" # s.tvos.deployment_target = "9.0"