Skip to content

Commit 942843b

Browse files
authored
Deprecate cocoapods (#882)
Probably it makes sense for native, not sure about flutter and rn. https://blog.cocoapods.org/CocoaPods-Specs-Repo/
1 parent a7b86a8 commit 942843b

File tree

3 files changed

+8
-56
lines changed

3 files changed

+8
-56
lines changed

.github/workflows/cocoapods-push.yaml

Lines changed: 0 additions & 56 deletions
This file was deleted.

Docs/cocoapods.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CocoaPods Installation
22

3+
> [!IMPORTANT]
4+
>
5+
> **CocoaPods support is deprecated**. The main [CocoaPods trunk](https://blog.cocoapods.org/CocoaPods-Specs-Repo/) repo as well as LiveKit [podspecs](https://github.com/livekit/podspecs) repo will become read-only and stop receiving updates starting in **2027**. It is strongly recommended to migrate to Swift Package Manager to ensure access to the latest features and security updates.
6+
37
To install LiveKit using CocoaPods, add the LiveKit podspec source to your
48
Podfile in addition to adding the pod:
59

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Add a new package and enter: `https://github.com/livekit/client-sdk-swift`
6060

6161
### CocoaPods
6262

63+
> [!IMPORTANT]
64+
>
65+
> **CocoaPods support is deprecated**. The main [CocoaPods trunk](https://blog.cocoapods.org/CocoaPods-Specs-Repo/) repo as well as LiveKit [podspecs](https://github.com/livekit/podspecs) repo will become read-only and stop receiving updates starting in **2027**. It is strongly recommended to migrate to Swift Package Manager to ensure access to the latest features and security updates.
66+
6367
For installation using CocoaPods, please refer to this [guide](./Docs/cocoapods.md).
6468

6569
## iOS Usage

0 commit comments

Comments
 (0)