From fbc62bdd10c73f3a5323ec3f228a5e1295d01cb9 Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Sat, 12 Oct 2019 17:17:27 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20::=20fix=20warning=20`Usag?= =?UTF-8?q?e=20of=20the=20`.swift=5Fversion`=20file=20has=20been=20depreca?= =?UTF-8?q?ted!=20Please=20delete=20the=20file=20and=20use=20the=20`swift?= =?UTF-8?q?=5Fversions`=20attribute=20within=20your=20podspec=20instead.`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GradientLoadingBar.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/GradientLoadingBar.podspec b/GradientLoadingBar.podspec index 506c3e9..3325ad9 100644 --- a/GradientLoadingBar.podspec +++ b/GradientLoadingBar.podspec @@ -29,6 +29,7 @@ Inspired by https://codepen.io/marcobiedermann/pen/LExXWW s.source = { :git => 'https://github.com/fxm90/GradientLoadingBar.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/_fxm90' + s.swift_version = '5.0' s.ios.deployment_target = '9.0' s.source_files = 'GradientLoadingBar/Classes/**/*'