From 0f0214eab6dc46fe72ef9c8a67238bf32243d2cc Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Tue, 27 Aug 2019 15:31:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20::=20Updated=20twitter-url?= 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 dcc14ad..733b14f 100644 --- a/GradientLoadingBar.podspec +++ b/GradientLoadingBar.podspec @@ -27,7 +27,7 @@ Inspired by https://codepen.io/marcobiedermann/pen/LExXWW 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 } - s.social_media_url = 'https://twitter.com/askfxm90' + s.social_media_url = 'https://twitter.com/_fxm90' s.ios.deployment_target = '9.0'