Skip to content

Commit

Permalink
Prep for release 1.1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Jul 31, 2024
1 parent a228d85 commit d32980e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxlsxwriter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d32980e

Please # to comment.