diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2016-08-18 15:29:15 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2016-08-18 15:29:15 -0400 |
commit | f026b1e68abd59b91126a8892ffd26fa4e895166 (patch) | |
tree | 4a597382943493cd97551e09f53fcea1742cc55a /README.md | |
parent | 054b4789a82a74a7d47c31ee60dee16e535354d9 (diff) | |
download | sdl_ios-f026b1e68abd59b91126a8892ffd26fa4e895166.tar.gz |
Update to v4.3.0-beta.24.3.0-beta.2
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-alpha.1'`. 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-beta.2'`. Then run `pod install` inside your terminal. With Cocoapods, we support iOS 6.0+. ##### Carthage |