From a0fa9f63e852f4d80071d57a09e07720b1d47ed1 Mon Sep 17 00:00:00 2001 From: Thomas Mellenthin Date: Thu, 6 Jun 2019 11:19:34 +0200 Subject: [PATCH] Fix podspec, use Swift 5.0 as well --- EasyToast.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EasyToast.podspec b/EasyToast.podspec index 175eba7..f42b3d5 100644 --- a/EasyToast.podspec +++ b/EasyToast.podspec @@ -31,7 +31,7 @@ Swift Android-like toast with simple interface, using a toast queue to handle mu s.ios.deployment_target = '8.0' s.source_files = 'EasyToast/Classes/**/*' - s.xcconfig = { 'SWIFT_VERSION' => '4.0' } + s.xcconfig = { 'SWIFT_VERSION' => '5.0' } # s.resource_bundles = { # 'EasyToast' => ['EasyToast/Assets/*.png']