summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-01-29 12:26:11 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-01-29 12:26:11 -0500
commit0a1854972ebf335ebd9bbdb1ac572b363a99dcee (patch)
tree807eb2ae1d2de66e89796db7e0b21c15ee5702de /README.md
parent513006a885c3aeba1f4b2905e4e8d5a87710073c (diff)
downloadsdl_ios-0a1854972ebf335ebd9bbdb1ac572b363a99dcee.tar.gz
Update README.md with additional installation information
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2f500b5ab..80ceb4900 100644
--- a/README.md
+++ b/README.md
@@ -34,11 +34,15 @@ See the [changelog](https://github.com/smartdevicelink/sdl_ios/blob/master/CHANG
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.1'`. Then run `pod install` inside your terminal.
+In your podfile, you want to add `pod 'SmartDeviceLink-iOS', '4.0.1'`. Then run `pod install` inside your terminal. With Cocoapods, we support iOS 6+.
##### Carthage
-SDL iOS supports Carthage! Install using Carthage by following [this guide](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application).
+SDL iOS supports Carthage! Install using Carthage by following [this guide](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application). Carthage supports iOS 8+.
+
+##### Dynamic Framework
+
+Tagged to our releases is a dynamic framework file that can be drag-and-dropped into the application. Dynamic frameworks are supported on iOS 8+.
### Reference Documentation