Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit dcc41e9

Browse files
authored
Update podspec to 1.0.3
CocoaPods version + platform badge were showing "pod not found". Incrementing the version addresses this issue.
1 parent 3819d61 commit dcc41e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Envelope.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "Envelope"
4-
spec.version = "1.0"
4+
spec.version = "1.0.3"
55
spec.summary = "OpenSSL-compatible file encryption in Swift"
66

77
spec.description = "Envelope is a hybrid cryptosystem that encrypts files efficiently and securely, supporting most symmetric and public-key ciphers. Envelope uses `AES256-CBC` and `RSA-2048` by default, and supports externally created (ie. OpenSSL) public-keys."

0 commit comments

Comments
 (0)