Skip to content

Commit

Permalink
Update README with correct Swift usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Aug 22, 2022
1 parent 874699b commit 175d5a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,15 @@ In order to set this up::
The best way to add the last release of the Matrix SDK to your application
project is to add the MatrixSDK dependency to your Podfile::

# Obj-C
pod 'MatrixSDK'

If you want to use the develop version of the SDK, use instead:

# Obj-C
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git',
:branch => 'develop'

Options
=======
If you want also Swift support, add the following pod to your app Podfile::

pod 'MatrixSDK/SwiftSupport'

If you want to enable VoIP using the http://webrtc.org VoIP stack, add the following pod to your app Podfile::

pod 'MatrixSDK/JingleCallStack'
Expand Down
1 change: 1 addition & 0 deletions changelog.d/sdk-1552.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update README for correct Swift usage.

0 comments on commit 175d5a0

Please sign in to comment.