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 729260a commit 637b5cfCopy full SHA for 637b5cf
README.md
@@ -22,7 +22,7 @@ This library depends on
22
1. Create a Cartfile with the following line:
23
24
```
25
- github "rabbitmq/rabbitmq-objc-client" "v0.12.0"
+ github "rabbitmq/rabbitmq-objc-client" "v0.13.0"
26
27
28
Run Carthage, for example in a new project:
@@ -44,7 +44,7 @@ Run Carthage, for example in a new project:
44
1. Add the following to your Podfile:
45
46
47
- pod 'RMQClient', '~> 0.12.0'
+ pod 'RMQClient', git: 'https://github.com/rabbitmq/rabbitmq-objc-client.git'
48
49
We recommend adding `use_frameworks!` to enable modular imports (Objective-C only).
50
1. Run `pod install`.
0 commit comments