From 0ba5838800a4ab5fa6259f66608b9c3e689b59cd Mon Sep 17 00:00:00 2001 From: filom Date: Fri, 26 Apr 2019 12:05:48 +0200 Subject: [PATCH] Update for cocoapod --- ASN1Decoder.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASN1Decoder.podspec b/ASN1Decoder.podspec index 166d285..cfed0db 100644 --- a/ASN1Decoder.podspec +++ b/ASN1Decoder.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ASN1Decoder" - s.version = "1.2" + s.version = "1.3" s.summary = "ASN1 DER Decoder for X.509 certificate" s.description = "ASN1 DER Decoder to parse X.509 certificate" s.homepage = "https://github.com/filom/ASN1Decoder"