You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,7 +50,7 @@ Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS,
50
50
51
51
### Add-ins
52
52
53
-
*[BlueSSLService](https://github.com/IBM-Swift/BlueSSLService.git) can be used to add **SSL/TLS** support.
53
+
*[BlueSSLService](https://github.com/Kitura/BlueSSLService.git) can be used to add **SSL/TLS** support.
54
54
- If using this package, please note that the **libssl-dev** package is required to be installed when building on Linux.
55
55
56
56
@@ -83,14 +83,14 @@ To run the supplied unit tests for **Socket** from the command line:
83
83
To include BlueSocket into a Swift Package Manager package, add it to the `dependencies` attribute defined in your `Package.swift` file. You can select the version using the `majorVersion` and `minor` parameters. For example:
To include BlueSocket in a project using Carthage, add a line to your `Cartfile` with the GitHub organization and project names and version. For example:
0 commit comments