From 26a9e2de1e4ef8d0fe70b437864a69573e0190c0 Mon Sep 17 00:00:00 2001 From: "Braden.Scothern" Date: Tue, 16 Oct 2018 00:09:38 -0600 Subject: [PATCH] updated podspec to use Swift 4.2 --- FilesProvider.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FilesProvider.podspec b/FilesProvider.podspec index 5ae7360..0dc084a 100644 --- a/FilesProvider.podspec +++ b/FilesProvider.podspec @@ -65,7 +65,7 @@ Pod::Spec.new do |s| # the deployment target. You can optionally include the target after the platform. # - s.swift_version = "4.1" + s.swift_version = "4.2" s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.10" # s.watchos.deployment_target = "2.0"