|
@@ -1,8 +1,8 @@
|
|
Pod::Spec.new do |s|
|
|
Pod::Spec.new do |s|
|
|
s.name = "CryptoSwift"
|
|
s.name = "CryptoSwift"
|
|
- s.version = "0.4.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, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
|
|
|
|
|
|
+ s.version = "0.5"
|
|
|
|
+ s.summary = "Cryptography in Swift. SHA, MD5, CRC, PBKDF2, 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, AES."
|
|
s.homepage = "https://github.com/krzyzanowskim/CryptoSwift"
|
|
s.homepage = "https://github.com/krzyzanowskim/CryptoSwift"
|
|
s.license = {:type => "Attribution License", :file => "LICENSE"}
|
|
s.license = {:type => "Attribution License", :file => "LICENSE"}
|
|
s.source = { :git => "https://github.com/krzyzanowskim/CryptoSwift.git", :tag => "#{s.version}" }
|
|
s.source = { :git => "https://github.com/krzyzanowskim/CryptoSwift.git", :tag => "#{s.version}" }
|