From 7a12194dfb2c2e5d616a1e5d26330596e8b483f4 Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Thu, 25 Jan 2024 20:45:19 -0500 Subject: [PATCH] Use 'CocoaPods-' prefix for tagging strategy --- leveldb-library.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leveldb-library.podspec b/leveldb-library.podspec index 827110701a..c11c5dcf4f 100644 --- a/leveldb-library.podspec +++ b/leveldb-library.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/firebase/leveldb.git', - :tag => s.version.to_s + :tag => 'CocoaPods-' + s.version.to_s } s.requires_arc = false