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
We have added support for Swift Package Manager so this PR adds a section to the docs explaining how to import PusherSwift using Swift Package Manager.
Copy file name to clipboardExpand all lines: README.md
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,38 @@ To integrate PusherSwift into your Xcode project using Carthage, specify it in y
108
108
github "pusher/pusher-websocket-swift"
109
109
```
110
110
111
+
### Swift Package Manager
112
+
113
+
To integrate PusherSwift into your project using [Swift Package Manager](https://swift.org/package-manager/), you can add the library as a dependency in Xcode (11 and above) – see the [docs](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app). The package repository URL is:
0 commit comments