Skip to content

Commit

Permalink
Add docs for cocoa pod installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Sep 27, 2015
1 parent b21d5a7 commit 99017fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
/**
@page changes Changes

## 0.1.6 September 27 2015

- Added CocoaPod spec file to allow the library to be installed using
[CocoaPods](https://cocoapods.org).
Pull Request [#7](https://github.com/jmcnamara/libxlsxwriter/issues/7).


## 0.1.5 May 3 2015

Expand Down
6 changes: 6 additions & 0 deletions docs/src/getting_started.dox
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ To see a verbose summary of the compilation steps use `V=1`:
make V=1


### Install using Cocoa Pods

For iOS and OS X progects in Xcode you can install libxlsxwriter using
[CocoaPods](https://cocoapods.org).


### Try an example

If there weren't any warnings or errors in the previous step (and there
Expand Down

0 comments on commit 99017fe

Please sign in to comment.