Skip to content

Commit

Permalink
Fix for podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
David Benko committed Jun 10, 2014
1 parent 569fc07 commit c46c783
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ObjectiveTLS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
Pod::Spec.new do |s|
s.name = "ObjectiveTLS"
s.version = File.read('VERSION')
s.version = "0.1.0"
s.summary = "Encryption for data in transit; ObjectiveTLS 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
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

0 comments on commit c46c783

Please sign in to comment.