From dbbe65e0d315e910e28dee857380f3f085220976 Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Mon, 8 Apr 2019 16:12:02 +1200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20::=20use=20https=20in=20ur?= =?UTF-8?q?l=20for=20screenshots?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GradientLoadingBar.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GradientLoadingBar.podspec b/GradientLoadingBar.podspec index 4bb33b8..14d7745 100644 --- a/GradientLoadingBar.podspec +++ b/GradientLoadingBar.podspec @@ -23,7 +23,7 @@ Inspired by https://codepen.io/marcobiedermann/pen/LExXWW DESC s.homepage = 'https://github.com/fxm90/GradientLoadingBar' - s.screenshots = 'http://felix.hamburg/files/github/gradient-loading-bar/screen.gif' + s.screenshots = 'https://felix.hamburg/files/github/gradient-loading-bar/screen.gif' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Felix Mau' => 'contact@felix.hamburg' } s.source = { :git => 'https://github.com/fxm90/GradientLoadingBar.git', :tag => s.version.to_s }