summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-10-31 09:15:56 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-10-31 09:15:56 -0400
commit293fafe0ef47b3ae667f67c118cf726c3fc657e3 (patch)
treed46e735948978bdc91f2f330c5ab8d32739bde8f /README.md
parent9e99cb99814407798a32768f11da4c06a86e6f85 (diff)
downloadsdl_ios-293fafe0ef47b3ae667f67c118cf726c3fc657e3.tar.gz
Fixed podspec
* FocusableItemLocator only works on iOS 9+ so only allow it to be activated on 9+
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 d9e9e85f9..aae745ee7 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ You can install this library using [Cocoapods](https://cocoapods.org/pods/SmartD
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+.
###### Swift
-If you are building a Swift app, then add this instead `pod 'SmartDeviceLink-iOS/Swift', '~> 2.0'`. Then run `pod install` in your terminal.
+If you are building a Swift app, then add this instead `pod 'SmartDeviceLink-iOS/Swift', '~> 5.0'`. Then run `pod install` in your terminal.
##### Carthage