From aabdc1a15745dc306e56297e88fdddb0c63991f9 Mon Sep 17 00:00:00 2001 From: Tao Ren Date: Thu, 10 Oct 2019 13:15:22 -0400 Subject: [PATCH] Update TwitterKit5.podspec --- TwitterKit5.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TwitterKit5.podspec b/TwitterKit5.podspec index e3041635..3ea41fce 100644 --- a/TwitterKit5.podspec +++ b/TwitterKit5.podspec @@ -3,9 +3,9 @@ Pod::Spec.new do |s| s.version = "5.0.3" s.summary = "Increase user engagement and app growth." s.homepage = "https://github.com/touren/twitter-kit-ios" - s.documentation_url = "https://github.com/twitter/twitter-kit-ios/wiki" - s.social_media_url = "https://twitter.com/TwitterDev" - s.authors = "Twitter" + s.documentation_url = "https://github.com/touren/twitter-kit-ios/wiki" + s.social_media_url = "https://taoren.me" + s.authors = "Tao Ren" s.platform = :ios, "9.0" s.source = { :http => "https://github.com/touren/twitter-kit-ios/releases/download/v#{s.version}/TwitterKit.zip" } s.vendored_frameworks = "iOS/TwitterKit.framework"