summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-07-10 11:22:55 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-07-10 11:23:00 -0400
commit2a17605af1d29aa3659b976d01ac68a244669040 (patch)
treeb6cdf93ecd27434490b59c9f33507d77d7e8c660 /README.md
parent5cb4eb22671aafdbacacdc03d21746bb9421c6b8 (diff)
parent3d4f38fa59ca64b5ed8abd7a044fcca08aaecf4c (diff)
downloadsdl_ios-2a17605af1d29aa3659b976d01ac68a244669040.tar.gz
Merge branch 'master' into release/5.0.0
# Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink_Example/Classes/ProxyManager.m
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 7640c2d91..0a84a7701 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-iOS', '~> 4.6'`. Then run `pod install` inside your terminal. With Cocoapods, we support iOS 6.0+.
+In your podfile, you want to add `pod 'SmartDeviceLink', '~> 4.6'`. Then run `pod install` inside your terminal. With Cocoapods, we support iOS 6.0+.
###### Swift
If you are building a Swift app, then add this instead `pod 'SmartDeviceLink-iOS/Swift', '~> 4.5'`. Then run `pod install` in your terminal.