Skip to content

Commit 4479448

Browse files
committed
Set version for future release
1 parent 86a4e0b commit 4479448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CryptoSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CryptoSwift"
3-
s.version = "0.7.0-alpha.1"
3+
s.version = "0.7.0"
44
s.summary = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES."
55
s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES."
66
s.homepage = "https://github.com/krzyzanowskim/CryptoSwift"

0 commit comments

Comments
 (0)