ios: update SDK installation instructions

Mention the availability of CocoaPods.
This commit is contained in:
Saúl Ibarra Corretgé 2018-12-27 16:10:03 +01:00 committed by Saúl Ibarra Corretgé
parent 5a5dd6f5c5
commit 5cbddb4874
1 changed files with 15 additions and 3 deletions

View File

@ -1,13 +1,25 @@
# Jitsi Meet SDK for iOS
## Build
The Jitsi Meet iOS SDK provides the same user experience as the Jitsi Meet app,
in a customizable way which you can embed in your apps.
## Usage
There are 2 ways to integrate the SDK into your project:
- Using CocoaPods
- Building it yourself
### Using CocoaPods
Follow the instructions [here](https://github.com/jitsi/jitsi-meet-ios-sdk-releases/blob/master/README.md).
### Builduing it yourself
1. Install all required [dependencies](https://github.com/jitsi/jitsi-meet/blob/master/doc/mobile.md).
2. `xcodebuild -workspace ios/jitsi-meet.xcworkspace -scheme JitsiMeet -destination='generic/platform=iOS' -configuration Release archive`
## Install
After successfully building Jitsi Meet SDK for iOS, copy
`ios/sdk/JitsiMeet.framework` (if the path points to a symbolic link, follow the
symbolic link) and