|
@@ -1,6 +1,6 @@
|
|
|
Pod::Spec.new do |s|
|
|
|
s.name = "CryptoSwift"
|
|
|
- s.version = "0.1.1"
|
|
|
+ s.version = "0.1.2"
|
|
|
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"
|
|
@@ -16,4 +16,4 @@ Pod::Spec.new do |s|
|
|
|
s.watchos.deployment_target = "2.0"
|
|
|
s.source_files = "CryptoSwift/**/*.swift"
|
|
|
s.requires_arc = true
|
|
|
-end
|
|
|
+end
|