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 }