summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-03-27 13:27:22 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-03-27 13:27:22 -0400
commit47eb08c4ef2d49f837ffcd94a9c7706cb86b05eb (patch)
tree08079b84f17e1064486a2b013b8112ed954c9b47 /README.md
parent1eb81bed80013a7f6ccac09ec0924585e8559507 (diff)
downloadsdl_ios-47eb08c4ef2d49f837ffcd94a9c7706cb86b05eb.tar.gz
Update for v. 5.2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f91da8c81..83780db8c 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ See the [roadmap](https://github.com/smartdevicelink/sdl_ios/wiki/Roadmap) to se
You can install this library using [Cocoapods](https://cocoapods.org/pods/SmartDeviceLink-iOS). You can get started with Cocoapods by [following their install guide](https://guides.cocoapods.org/using/getting-started.html#getting-started), and learn how to use Cocoapods to install dependencies [by following this guide](https://guides.cocoapods.org/using/using-cocoapods.html).
-In your podfile, you want to add `pod 'SmartDeviceLink', '~> 5.1'`. Then run `pod install` inside your terminal. With Cocoapods, we support iOS 8.0+.
+In your podfile, you want to add `pod 'SmartDeviceLink', '~> 5.2'`. Then run `pod install` inside your terminal. With Cocoapods, we support iOS 8.0+.
###### Swift
If you are building a Swift app, then add this instead `pod 'SmartDeviceLink/Swift', '~> 5.0'`. Then run `pod install` in your terminal.