Minor doc fixes.

This commit is contained in:
John McNamara 2015-12-08 23:04:30 +00:00
parent 643c37f447
commit 9765d0aac7
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# libxlsxwriter
A C library for creating Excel XLSX files.
Libxlsxwriter: A C library for creating Excel XLSX files.
![demo image](http://libxlsxwriter.github.io/demo.png)
@ -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.

View File

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