diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2016-10-07 09:35:02 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2016-10-07 09:35:02 -0400 |
commit | 9404d7470596fbdc5c25349b8d602cb3c7de6e8b (patch) | |
tree | 4113949160420ecc4a4808f04e9d5eed8b91905d /README.md | |
parent | 37233142bfb9314c3254ad1e9929189252f72340 (diff) | |
download | sdl_ios-9404d7470596fbdc5c25349b8d602cb3c7de6e8b.tar.gz |
Update for 4.3.0-rc.54.3.0-rc.5
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,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-iOS', '4.3.0-rc.4'`. Then run `pod install` inside your terminal. With Cocoapods, we support iOS 6.0+. +In your podfile, you want to add `pod 'SmartDeviceLink-iOS', '4.3.0-rc.5'`. Then run `pod install` inside your terminal. With Cocoapods, we support iOS 6.0+. ##### Carthage |