소스 검색

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']