libxlsxwriter/libxlsxwriter.podspec in fast_excel-0.2.3 vs libxlsxwriter/libxlsxwriter.podspec in fast_excel-0.2.5
- old
+ new
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = "libxlsxwriter"
- s.version = "0.6.9"
+ s.version = "0.7.7"
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
s.ios.deployment_target = "6.0"
s.osx.deployment_target = "10.8"
s.description = <<-DESC
@@ -14,18 +14,20 @@
* Full Excel formatting.
* Merged cells.
* Defined names.
* Autofilters.
* Charts.
+ * Data validation and drop down lists.
* Worksheet PNG/JPEG images.
* Memory optimisation mode for writing large files.
* Source code available on [GitHub](https://github.com/jmcnamara/libxlsxwriter).
* FreeBSD license.
* ANSI C.
* Works with GCC, Clang, Xcode, MSVC 2015, ICC, TCC, MinGW, MingGW-w64/32.
* Works on Linux, FreeBSD, OpenBSD, OS X, iOS and Windows. Also works on MSYS/MSYS2 and Cygwin.
* Compiles for 32 and 64 bit.
+ * Compiles and works on big and little endian systems.
* The only dependency is on `zlib`.
DESC
s.homepage = "http://libxlsxwriter.github.io"
s.documentation_url = "http://libxlsxwriter.github.io"
@@ -34,10 +36,10 @@
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}", "include/**/*.h"
s.header_dir = "xlsxwriter"
- s.header_mappings_dir = "include/xlsxwriter"
+ s.header_mappings_dir = "include"
s.library = "z"
s.compiler_flags = "-DNOCRYPT=1", "-DNOUNCRYPT=1"
s.pod_target_xcconfig = { 'USER_HEADER_SEARCH_PATHS' => '${PODS_ROOT}/libxlsxwriter/include' }
s.module_map = "cocoapods/libxlsxwriter.modulemap"
s.prepare_command = <<-CMD