|
| 1 | +# Agora Swift Package Manager |
1 | 2 |
|
| 3 | +<p align="center"> |
| 4 | + <a href="https://docs.agora.io/en/video-calling/overview/product-overview?platform=ios"> |
| 5 | + <img src="https://img.shields.io/badge/Documentation-View-F05138?logo=swift"/> |
| 6 | + </a> |
| 7 | + <a href="https://api-ref.agora.io/en/lite-sdk/ios/4.x/documentation/agorartckit"> |
| 8 | + <img src="https://img.shields.io/badge/API%20Reference-View-F05138?logo=swift"/> |
| 9 | + </a> |
| 10 | + <a href="https://agora-ticket.agora.io"> |
| 11 | + <img src="https://img.shields.io/badge/Support-Create%20Ticket-blue?logo=jira"/> |
| 12 | + </a> |
| 13 | + <br/> |
| 14 | + <img src="https://github.com/AgoraIO/AgoraLite_iOS/actions/workflows/swiftpm-resolve.yml/badge.svg"/> |
| 15 | + <a href="https://swiftpackageindex.com/AgoraIO/AgoraLite_iOS" style="text-decoration: none;"> |
| 16 | + <img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FAgoraIO%2FAgoraLite_iOS%2Fbadge%3Ftype%3Dplatforms"/> |
| 17 | + </a> |
| 18 | + <a href="https://swiftpackageindex.com/AgoraIO/AgoraLite_iOS"> |
| 19 | + <img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FAgoraIO%2FAgoraLite_iOS%2Fbadge%3Ftype%3Dswift-versions"/> |
| 20 | + </a> |
| 21 | +</p> |
| 22 | + |
| 23 | +Welcome to the Agora Swift Lite SDK! This package allows you to integrate powerful video capabilities into your iOS applications. You have the flexibility to choose from a variety of extensions to enhance your video communication experience. |
| 24 | + |
| 25 | +For a complete understanding of how to use the SDK and its various extensions, please refer to the [full documentation](https://docs.agora.io/en/video-calling/overview/product-overview?platform=ios). |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +## Installation |
| 30 | + |
| 31 | +To install the Agora Swift Lite SDK, follow these steps: |
| 32 | + |
| 33 | +1. Open your Xcode project. |
| 34 | +2. Go to **File** > **Swift Packages** > **Add Package Dependency**. |
| 35 | +3. Paste the following URL of this repository: |
| 36 | + |
| 37 | + ``` |
| 38 | + https://github.com/AgoraIO/AgoraLite_iOS |
| 39 | + ``` |
| 40 | +4. Xcode will offer you a choice of products to add. Make sure to select **`RtcBasic`** for core functionality and choose any other extensions you require. |
| 41 | +
|
| 42 | +
|
| 43 | +## Troubleshooting |
| 44 | +
|
| 45 | +If you encounter any issues during the installation process, try the following steps: |
| 46 | +
|
| 47 | +In Xcode, go to File > Swift Packages > Reset Package Caches. |
| 48 | +
|
| 49 | +Otherwise [create a ticket](https://agora-ticket.agora.io) and our support team will get back to you ASAP. |
| 50 | +
|
| 51 | +--- |
| 52 | +
|
| 53 | +Feel free to explore and utilize the wide range of features provided by the Agora Swift Lite SDK to create immersive and engaging video experiences in your application! |
0 commit comments