Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
name change, one-time-mixers, comments
  • Loading branch information
David Benko committed Jun 11, 2014
1 parent 6202a1b commit ba04322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBTransitEncryption.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ba04322

Please sign in to comment.