♻️ :: Remove Twitter URL to fix pod lib lint

See https://github.com/CocoaPods/CocoaPods/issues/10291
This commit is contained in:
Felix Mau
2020-12-20 13:48:59 +01:00
parent 64edf05816
commit 98e66fd141
-1
View File
@@ -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'