diff options
author | Joel Fischer <joel@livio.io> | 2015-09-08 12:54:14 -0400 |
---|---|---|
committer | Joel Fischer <joel@livio.io> | 2015-09-08 12:54:14 -0400 |
commit | a453a1f1676d56dd1bec830b421b2fa2a67fe9aa (patch) | |
tree | 5e6f2ce357457cfb4d7d2192b06d9bd6a115b90c /README.md | |
parent | 40b125523ccdb6531c53ed19f2bb5a00bd6edc57 (diff) | |
download | sdl_ios-a453a1f1676d56dd1bec830b421b2fa2a67fe9aa.tar.gz |
Update to v4.0.0-alpha.44.0.0-alpha.4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ See the [changelog](https://github.com/smartdevicelink/sdl_ios/blob/release/4.0. 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.0.0-alpha.3'`. Then run `pod install` inside your terminal. +In your podfile, you want to add `pod 'SmartDeviceLink-iOS', '4.0.0-alpha.4'`. Then run `pod install` inside your terminal. ##### Carthage |