Relelase 0.1.1 (fix missing Foundation support for Cococapods package)

This commit is contained in:
Marcin Krzyżanowski
2015-10-14 08:42:32 +02:00
parent 2fb2e9757a
commit d21fa94de8
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CryptoSwift"
s.version = "0.1.0"
s.version = "0.1.1"
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"