From d32980ea82875fb7e48da7c3c6cf2d1618c1ae86 Mon Sep 17 00:00:00 2001 From: John McNamara Date: Thu, 1 Aug 2024 00:22:45 +0100 Subject: [PATCH] Prep for release 1.1.8. --- libxlsxwriter.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxlsxwriter.podspec b/libxlsxwriter.podspec index 06d33f3d..60402570 100644 --- a/libxlsxwriter.podspec +++ b/libxlsxwriter.podspec @@ -37,7 +37,7 @@ Pod::Spec.new do |s| s.license = "FreeBSD" s.author = { "John McNamara" => "jmcnamara@cpan.org" } - s.source = { :git => "https://github.com/jmcnamara/libxlsxwriter.git", :tag => "RELEASE_" + s.version.to_s } + s.source = { :git => "https://github.com/jmcnamara/libxlsxwriter.git", :tag => "v" + s.version.to_s } s.source_files = "src/*.c", "third_party/**/{zip.c,ioapi.c,tmpfileplus.c,md5.c}", "include/**/*.h" s.preserve_paths = [ 'third_party/**/*.h' ] s.header_dir = "xlsxwriter"