Skip to content

Commit 2264482

Browse files
committed
Update readme
1 parent 82ada7a commit 2264482

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,22 @@ It is compatible with **iOS** (8.0 - 10.0), **OSX** (10.9 - 10.12) and **tvOS**
66

77
Inspired by https://github.com/tonymillion/Reachability
88

9-
#IMPORTANT - iOS 10 / Swift 3 / Breaking changes#
9+
#IMPORTANT
10+
11+
##Supporting Swift 2.3 and Swift 3
12+
13+
The source has been updated to support both Swift 2.3 (tag v2.4) and Swift 3 (tag v3.0)
14+
15+
To install **Reachability.swift** for Swift 2.3 using CocoaPods, include the following in your Podfile
16+
```
17+
pod 'ReachabilitySwift', '~> 2.4'
18+
```
19+
20+
To install **Reachability.swift** for Swift 3.x using CocoaPods, include the following in your Podfile
21+
```
22+
pod 'ReachabilitySwift', '~> 3'
23+
```
24+
##Swift 3 / Breaking changes#
1025

1126
The following iOS 10 branch contains the following breaking changes:
1227

0 commit comments

Comments
 (0)