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
To integrate PusherSwift into your Xcode project using Carthage, specify it in your `Cartfile`:
66
66
67
67
```ogdl
68
-
github "pusher-community/pusher-websocket-swift"
68
+
github "pusher/pusher-websocket-swift"
69
69
```
70
70
71
71
@@ -196,7 +196,7 @@ You can unbind from events at both the global and per channel level. For both ob
196
196
197
197
## Testing
198
198
199
-
There are a set of tests for the library that can be run using the standard methods (Command-U in Xcode). The tests also get run on [Travis-CI](https://travis-ci.org/pusher-community/pusher-websocket-swift).
199
+
There are a set of tests for the library that can be run using the standard methods (Command-U in Xcode). The tests also get run on [Travis-CI](https://travis-ci.org/pusher/pusher-websocket-swift).
200
200
201
201
202
202
## Communication
@@ -215,4 +215,4 @@ PusherSwift is owned and maintained by [Pusher](https://pusher.com). It was orig
215
215
216
216
## License
217
217
218
-
PusherSwift is released under the MIT license. See [LICENSE](https://github.com/pusher-community/pusher-websocket-swift/blob/master/LICENSE.md) for details.
218
+
PusherSwift is released under the MIT license. See [LICENSE](https://github.com/pusher/pusher-websocket-swift/blob/master/LICENSE.md) for details.
0 commit comments