From ba043224f7ec2edf879c0441fcadaf466f51057c Mon Sep 17 00:00:00 2001 From: David Benko Date: Wed, 11 Jun 2014 17:25:48 -0400 Subject: [PATCH] Release 0.1.2 name change, one-time-mixers, comments --- DBTransitEncryption.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBTransitEncryption.podspec b/DBTransitEncryption.podspec index 9a27cd2..aac3875 100644 --- a/DBTransitEncryption.podspec +++ b/DBTransitEncryption.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "DBTransitEncryption" - s.version = "0.1.1" + s.version = "0.1.2" s.summary = "Encryption for data in transit; DBTransitEncryption will secure data for transit similar to the handshake protocol of TLS." s.description = <<-DESC Transport Layer Security for securing data payloads in Objective-C. An easy way to secure data by providing a symmetric key for that transaction. Keys are generated on the fly and every message will have a new key.