Skip to content

Commit c46c783

Browse files
author
David Benko
committed
Fix for podfile
1 parent 569fc07 commit c46c783

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ObjectiveTLS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
Pod::Spec.new do |s|
88
s.name = "ObjectiveTLS"
9-
s.version = File.read('VERSION')
9+
s.version = "0.1.0"
1010
s.summary = "Encryption for data in transit; ObjectiveTLS will secure data for transit similar to the handshake protocol of TLS."
1111
s.description = <<-DESC
1212
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.

VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)