Browse Source

Update podspec. Release 0.0.4

Marcin Krzyżanowski 10 years ago
parent
commit
47d38d2291
1 changed files with 3 additions and 3 deletions
  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}" }