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