瀏覽代碼

【Git】更新 URL

xcbosa mbp16 3 月之前
父節點
當前提交
c3c4be676e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      CryptoSwift.podspec

+ 2 - 2
CryptoSwift.podspec

@@ -1,10 +1,10 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
   s.version      = "1.7.2"
-  s.source       = { :git => "https://git.forgetive.org/XCAppCollection/CryptoSwift.git", :tag => "#{s.version}" }
+  s.source       = { :git => "https://git.forgetive.net/XCAppCollection/CryptoSwift.git", :tag => "#{s.version}" }
   s.summary      = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, Scrypt, ChaCha20, Rabbit, Blowfish, AES, RSA."
   s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, Scrypt, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES, RSA"
-  s.homepage     = "https://git.forgetive.org/XCAppCollection/CryptoSwift"
+  s.homepage     = "https://git.forgetive.net/XCAppCollection/CryptoSwift"
   s.license      = {:type => "Attribution", :file => "LICENSE"}
   s.authors      = {'Marcin Krzyżanowski' => 'marcin@krzyzanowskim.com'}
   s.social_media_url = "https://twitter.com/krzyzanowskim"