Håvard Fossli

Update README.md

@@ -28,7 +28,7 @@ You will need LLVM 3.0 or later in order to build PNChart. @@ -28,7 +28,7 @@ You will need LLVM 3.0 or later in order to build PNChart.
28 28
29 [CocoaPods](http://cocoapods.org) is the recommended way to add PNChart to your project. 29 [CocoaPods](http://cocoapods.org) is the recommended way to add PNChart to your project.
30 30
31 -1. Add a pod entry for PNChart to your Podfile `pod 'PNChart', '~> 0.3.3'` 31 +1. Add a pod entry for PNChart to your Podfile `pod 'PNChart', '~> 0.5'`
32 2. Install the pod(s) by running `pod install`. 32 2. Install the pod(s) by running `pod install`.
33 3. Include PNChart wherever you need it with `#import "PNChart.h"`. 33 3. Include PNChart wherever you need it with `#import "PNChart.h"`.
34 34