Преглед изворни кода

Update podspec. Release 0.0.4

Marcin Krzyżanowski пре 11 година
родитељ
комит
47d38d2291
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      CryptoSwift.podspec

+ 3 - 3
CryptoSwift.podspec

@@ -1,8 +1,8 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "0.0.3"
-  s.summary      = "Cryptography in Swift"
-  s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, AES, Poly1305, ChaCha20."
+  s.version      = "0.0.4"
+  s.summary      = "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES."
+  s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES."
   s.homepage     = "https://github.com/krzyzanowskim/CryptoSwift"
   s.license      = {:type => "Attribution License", :file => "LICENSE"}
   s.source       = { :git => "https://github.com/krzyzanowskim/CryptoSwift.git", :tag => "#{s.version}" }