Skip to content

Commit 95e71b4

Browse files
authored
Updates Supporting Swift 2.3 and Swift 3 section
Updates `Supporting Swift 2.3 and Swift 3` section with examples for Carthage
1 parent 3ef451e commit 95e71b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,19 @@ To install **Reachability.swift** for Swift 2.3 using CocoaPods, include the fol
1717
pod 'ReachabilitySwift', '~> 2.4'
1818
```
1919

20+
To install **Reachability.swift** for Swift 2.3 using Carthage, include the following in your Cartfile
21+
```
22+
github "ashleymills/Reachability.swift" ~> 2.3
23+
```
24+
2025
To install **Reachability.swift** for Swift 3.x using CocoaPods, include the following in your Podfile
2126
```
2227
pod 'ReachabilitySwift', '~> 3'
2328
```
29+
To install **Reachability.swift** for Swift 3.x using Carthage, include the following in your Cartfile
30+
```
31+
github "ashleymills/Reachability.swift" ~> 3.0
32+
```
2433
##Swift 3 breaking changes#
2534

2635
Previously:

0 commit comments

Comments
 (0)