From 98e66fd14171405004a5768fc917bb9e99a922a1 Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Sun, 20 Dec 2020 13:48:59 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20::=20Remove=20Twitter=20UR?= =?UTF-8?q?L=20to=20fix=20`pod=20lib=20lint`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/CocoaPods/CocoaPods/issues/10291 --- GradientLoadingBar.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/GradientLoadingBar.podspec b/GradientLoadingBar.podspec index dfed167..724a1de 100644 --- a/GradientLoadingBar.podspec +++ b/GradientLoadingBar.podspec @@ -27,7 +27,6 @@ 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/_fxm90' s.swift_version = '5.1' s.ios.deployment_target = '9.0'