summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-01-16 14:09:49 -0500
committerJoel Fischer <joeljfischer@gmail.com>2018-01-16 14:09:49 -0500
commit19587aa103d77ba738b6407fad8b3fa9ba51d0a2 (patch)
treee22e4e51b664bbe939a1851a73e4c8a202d91ffe /README.md
parent345121aec211b26b95668cb328a5e17f24bff0d3 (diff)
downloadsdl_ios-19587aa103d77ba738b6407fad8b3fa9ba51d0a2.tar.gz
Update to v5.1.05.1.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 a2f28392f..e0d72d9b3 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.0'`. Then run `pod install` inside your terminal. With Cocoapods, we support iOS 8.0+.
+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+.
###### Swift
If you are building a Swift app, then add this instead `pod 'SmartDeviceLink/Swift', '~> 5.0'`. Then run `pod install` in your terminal.