Browse Source

Update podspec to v. 0.0.14

Marcin Krzyżanowski 10 years ago
parent
commit
994ef6c4c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CryptoSwift.podspec

+ 1 - 1
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "0.0.13"
+  s.version      = "0.0.14"
   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"