Skip to content

Commit 81889af

Browse files
committed
Update library references to pusher/pusher-websocket-swift
1 parent 47fa242 commit 81889af

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ deploy:
4646
file: PusherSwift.framework.zip
4747
skip_cleanup: true
4848
on:
49-
repo: pusher-community/pusher-websocket-swift
49+
repo: pusher/pusher-websocket-swift
5050
tags: true

PusherSwift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Pod::Spec.new do |s|
22
s.name = 'PusherSwift'
33
s.version = '0.2.2'
44
s.summary = 'A Pusher client library in Swift'
5-
s.homepage = 'https://github.com/pusher-community/pusher-websocket-swift'
5+
s.homepage = 'https://github.com/pusher/pusher-websocket-swift'
66
s.license = 'MIT'
77
s.author = { "Hamilton Chapman" => "hamchapman@gmail.com" }
8-
s.source = { git: "https://github.com/pusher-community/pusher-websocket-swift.git", tag: s.version.to_s }
8+
s.source = { git: "https://github.com/pusher/pusher-websocket-swift.git", tag: s.version.to_s }
99
s.social_media_url = 'https://twitter.com/pusher'
1010

1111
s.requires_arc = true

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# PusherSwift (pusher-websocket-swift)
22

3-
[![Build Status](https://travis-ci.org/pusher-community/pusher-websocket-swift.svg?branch=master)](https://travis-ci.org/pusher-community/pusher-websocket-swift)
3+
[![Build Status](https://travis-ci.org/pusher/pusher-websocket-swift.svg?branch=master)](https://travis-ci.org/pusher/pusher-websocket-swift)
44
[![Cocoapods Compatible](https://img.shields.io/cocoapods/v/PusherSwift.svg)](https://img.shields.io/cocoapods/v/PusherSwift.svg)
55
[![Platform](https://img.shields.io/cocoapods/p/PusherSwift.svg?style=flat)](http://cocoadocs.org/docsets/PusherSwift)
66
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
77
[![Twitter](https://img.shields.io/badge/twitter-@Pusher-blue.svg?style=flat)](http://twitter.com/Pusher)
8-
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/pusher-community/pusher-websocket-swift/master/LICENSE.md)
8+
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/pusher/pusher-websocket-swift/master/LICENSE.md)
99

1010

1111
## Table of Contents
@@ -65,7 +65,7 @@ $ brew install carthage
6565
To integrate PusherSwift into your Xcode project using Carthage, specify it in your `Cartfile`:
6666

6767
```ogdl
68-
github "pusher-community/pusher-websocket-swift"
68+
github "pusher/pusher-websocket-swift"
6969
```
7070

7171

@@ -196,7 +196,7 @@ You can unbind from events at both the global and per channel level. For both ob
196196

197197
## Testing
198198

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).
200200

201201

202202
## Communication
@@ -215,4 +215,4 @@ PusherSwift is owned and maintained by [Pusher](https://pusher.com). It was orig
215215

216216
## License
217217

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

Comments
 (0)