mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Minor doc fixes.
This commit is contained in:
parent
643c37f447
commit
9765d0aac7
@ -1,7 +1,7 @@
|
||||
# libxlsxwriter
|
||||
|
||||
|
||||
A C library for creating Excel XLSX files.
|
||||
Libxlsxwriter: A C library for creating Excel XLSX files.
|
||||
|
||||
|
||||

|
||||
@ -20,7 +20,7 @@ It supports features such as:
|
||||
- Autofilters.
|
||||
- Memory optimisation mode for writing large files.
|
||||
- Source code available on [GitHub](https://github.com/jmcnamara/libxlsxwriter).
|
||||
- FreeBSD @ref license.
|
||||
- FreeBSD ref license.
|
||||
- ANSI C.
|
||||
- Works with GCC 4.x, GCC 5.x, Clang, Xcode, MSVC 2015, ICC and TCC.
|
||||
- Works on Linux, FreeBSD, OS X, iOS and Windows.
|
||||
|
@ -1,7 +1,7 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "0.1.9"
|
||||
s.summary = "A C library for creating Excel XLSX files."
|
||||
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
|
||||
s.ios.deployment_target = "6.0"
|
||||
s.osx.deployment_target = "10.8"
|
||||
|
||||
@ -17,7 +17,7 @@ Pod::Spec.new do |s|
|
||||
* Autofilters.
|
||||
* Memory optimisation mode for writing large files.
|
||||
* Source code available on [GitHub](https://github.com/jmcnamara/libxlsxwriter).
|
||||
* FreeBSD @ref license.
|
||||
* FreeBSD ref license.
|
||||
* ANSI C.
|
||||
* Works with GCC 4.x, GCC 5.x, Clang, Xcode, MSVC 2015, ICC and TCC.
|
||||
* Works on Linux, FreeBSD, OS X, iOS and Windows.
|
||||
|
Loading…
x
Reference in New Issue
Block a user