Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -26,7 +26,7 @@ You will need LLVM 3.0 or later in order to build PNChart. | @@ -26,7 +26,7 @@ You will need LLVM 3.0 or later in order to build PNChart. | ||
| 26 | 26 | ||
| 27 | [CocoaPods](http://cocoapods.org) is the recommended way to add PNChart to your project. | 27 | [CocoaPods](http://cocoapods.org) is the recommended way to add PNChart to your project. |
| 28 | 28 | ||
| 29 | -1. Add a pod entry for PNChart to your Podfile `pod 'PNChart', '~> 0.3.2'` | 29 | +1. Add a pod entry for PNChart to your Podfile `pod 'PNChart', '~> 0.3.3'` |
| 30 | 2. Install the pod(s) by running `pod install`. | 30 | 2. Install the pod(s) by running `pod install`. |
| 31 | 3. Include PNChart wherever you need it with `#import "PNChart.h"`. | 31 | 3. Include PNChart wherever you need it with `#import "PNChart.h"`. |
| 32 | 32 |
-
Please register or login to post a comment