Skip to content

Commit 4658b44

Browse files
committed
Update cocoapods and carthage install commands while we use 2.1.0rc1
1 parent d8e41b2 commit 4658b44

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ source 'https://github.com/CocoaPods/Specs.git'
5151
platform :ios, '8.0'
5252
use_frameworks!
5353

54-
pod 'PusherSwift'
54+
pod 'PusherSwift', git: 'git@github.com:pusher/PusherSwift.git', branch: 'push-notifications'
55+
56+
# we need to use the release candidate version on GitHub
57+
# pod 'PusherSwift'
5558
```
5659

5760
Then, run the following command:
@@ -74,7 +77,7 @@ $ brew install carthage
7477
To integrate PusherSwift into your Xcode project using Carthage, specify it in your `Cartfile`:
7578

7679
```ogdl
77-
github "pusher/pusher-websocket-swift"
80+
github "pusher/pusher-websocket-swift" "2.1.0rc1"
7881
```
7982

8083

0 commit comments

Comments
 (0)