mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Minor fix to pod spec.
This commit is contained in:
parent
5bb72e58a8
commit
2000238934
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ Pod::Spec.new do |s|
|
|||
s.author = { "John McNamara" => "jmcnamara@cpan.org" }
|
||||
|
||||
s.source = { :git => "https://github.com/jmcnamara/libxlsxwriter.git", :tag => "RELEASE_" + s.version.to_s }
|
||||
s.source_files = "src/**/*.c", "third_party/**/{zip.c,ioapi.c,tmpfileplus.c,md5.c}", "include/**/*.h"
|
||||
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"
|
||||
s.header_mappings_dir = "include"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue