We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e41b2 commit 4658b44Copy full SHA for 4658b44
README.md
@@ -51,7 +51,10 @@ source 'https://github.com/CocoaPods/Specs.git'
51
platform :ios, '8.0'
52
use_frameworks!
53
54
-pod 'PusherSwift'
+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'
58
```
59
60
Then, run the following command:
@@ -74,7 +77,7 @@ $ brew install carthage
74
77
To integrate PusherSwift into your Xcode project using Carthage, specify it in your `Cartfile`:
75
78
76
79
```ogdl
-github "pusher/pusher-websocket-swift"
80
+github "pusher/pusher-websocket-swift" "2.1.0rc1"
81
82
83
0 commit comments