Prep for release 1.1.8.

This commit is contained in:
John McNamara 2024-08-01 00:22:45 +01:00
parent a228d852bd
commit d32980ea82

View File

@ -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"