|
@@ -1,8 +1,8 @@
|
|
|
Pod::Spec.new do |s|
|
|
|
s.name = "CryptoSwift"
|
|
|
- s.version = "0.6.7"
|
|
|
+ s.version = "0.6.8"
|
|
|
s.summary = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES."
|
|
|
- s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
|
|
|
+ s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, 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}" }
|