Skip to content

Commit

Permalink
Use 'CocoaPods-' prefix for tagging strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Jan 26, 2024
1 parent acfff76 commit 7a12194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leveldb-library.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a12194

Please sign in to comment.