Bump Podspec version to 0.0.10

This commit is contained in:
Marcin Krzyżanowski
2015-04-13 15:50:56 +02:00
parent 755e7937cd
commit fce3107980
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CryptoSwift"
s.version = "0.0.9"
s.version = "0.0.10"
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"