You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Be sure to run `pod lib lint NAME.podspec' to ensure this is a
3
+
# valid spec and remove all comments before submitting the spec.
4
+
#
5
+
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
6
+
#
7
+
Pod::Spec.newdo |s|
8
+
s.name="ObjectiveTLS"
9
+
s.version=File.read('VERSION')
10
+
s.summary="Encryption for data in transit; ObjectiveTLS will secure data for transit similar to the handshake protocol of TLS."
11
+
s.description=<<-DESC
12
+
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.
0 commit comments