From 226448201c641a0f54138ba6765f4a464a53a731 Mon Sep 17 00:00:00 2001 From: Ashley Mills Date: Tue, 13 Sep 2016 09:59:14 +0100 Subject: [PATCH] Update readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ab183e4..0a5c8636 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,22 @@ It is compatible with **iOS** (8.0 - 10.0), **OSX** (10.9 - 10.12) and **tvOS** Inspired by https://github.com/tonymillion/Reachability -#IMPORTANT - iOS 10 / Swift 3 / Breaking changes# +#IMPORTANT + +##Supporting Swift 2.3 and Swift 3 + +The source has been updated to support both Swift 2.3 (tag v2.4) and Swift 3 (tag v3.0) + +To install **Reachability.swift** for Swift 2.3 using CocoaPods, include the following in your Podfile +``` +pod 'ReachabilitySwift', '~> 2.4' +``` + +To install **Reachability.swift** for Swift 3.x using CocoaPods, include the following in your Podfile +``` +pod 'ReachabilitySwift', '~> 3' +``` +##Swift 3 / Breaking changes# The following iOS 10 branch contains the following breaking changes: