Browse Source

Update Readme

Ashley Mills 8 years ago
parent
commit
b6770fac3a
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -8,6 +8,16 @@ Inspired by https://github.com/tonymillion/Reachability
 
 # IMPORTANT
 
+## Swift 4
+
+The develop branch has been updated to Swift 4. As of Xcode 9.0 beta, there are no breaking changes. To use this version of Reachability.swift in your app:
+### CocoaPods
+```
+pod 'ReachabilitySwift', :branch => 'develop'
+```
+### Carthage
+Add `github "ashleymills/Reachability.swift" "develop"` to your Cartfile.
+
 ## 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)