@@ -1,3 +1,7 @@
+0.2.1
+- Fix linux build
+- re-add umbrella header
+
0.2
- Rabbit cipher (RFC4503)
- Linux Swift support
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CryptoSwift"
- s.version = "0.2.0"
+ s.version = "0.2.1"
s.summary = "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
s.homepage = "https://github.com/krzyzanowskim/CryptoSwift"