浏览代码

Use https for podspec

onevcat 6 年之前
父节点
当前提交
68f64a1ef4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Kingfisher.podspec

+ 1 - 1
Kingfisher.podspec

@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
   s.license      = { :type => "MIT", :file => "LICENSE" }
 
   s.authors            = { "onevcat" => "onevcat@gmail.com" }
-  s.social_media_url   = "http://twitter.com/onevcat"
+  s.social_media_url   = "https://twitter.com/onevcat"
 
   s.swift_version = "4.2"
   s.swift_versions = ['4.0', '4.2', '5.0']