From d051d532bc6652b20ecdf5876491ec73d4c80431 Mon Sep 17 00:00:00 2001 From: Marcin Krzyzanowski Date: Sun, 7 Jul 2024 17:17:03 +0200 Subject: [PATCH] update podspec --- OpenSSL-Universal.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSSL-Universal.podspec b/OpenSSL-Universal.podspec index 85a6ce77..21ae0656 100644 --- a/OpenSSL-Universal.podspec +++ b/OpenSSL-Universal.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OpenSSL-Universal" - s.version = "3.1.5006" # 3.1.5 + s.version = "3.1.5007" # 3.1.5 s.summary = "OpenSSL for iOS, macOS, tvOS, visionOS, watchOS" s.description = "OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in macOS and gone in iOS, this spec gives your project non-deprecated OpenSSL support. Supports macOS, iOS, tvOS, visionOS, watchOS including Simulator (armv7s, arm64, x86_64)." s.homepage = "https://github.com/krzyzanowskim/OpenSSL"