Эх сурвалжийг харах

Updates Supporting Swift 2.3 and Swift 3 section

Updates `Supporting Swift 2.3 and Swift 3` section with examples for Carthage
Valeriy Van 8 жил өмнө
parent
commit
95e71b4a3d
1 өөрчлөгдсөн 9 нэмэгдсэн , 0 устгасан
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -17,10 +17,19 @@ To install **Reachability.swift** for Swift 2.3 using CocoaPods, include the fol
 pod 'ReachabilitySwift', '~> 2.4'
 pod 'ReachabilitySwift', '~> 2.4'
 ```
 ```
 
 
+To install **Reachability.swift** for Swift 2.3 using Carthage, include the following in your Cartfile
+```
+github "ashleymills/Reachability.swift" ~> 2.3
+```
+
 To install **Reachability.swift** for Swift 3.x using CocoaPods, include the following in your Podfile
 To install **Reachability.swift** for Swift 3.x using CocoaPods, include the following in your Podfile
 ```
 ```
 pod 'ReachabilitySwift', '~> 3'
 pod 'ReachabilitySwift', '~> 3'
 ```
 ```
+To install **Reachability.swift** for Swift 3.x using Carthage, include the following in your Cartfile
+```
+github "ashleymills/Reachability.swift" ~> 3.0
+```
 ##Swift 3 breaking changes#
 ##Swift 3 breaking changes#
 
 
 Previously:
 Previously: