are we currently supporting cocoapods as well with...
# ask-ai
l
are we currently supporting cocoapods as well with latest code changes
t
Thanks for reaching out, Pranjal. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
I'm happy to let you know that LiveKit does support CocoaPods with the latest updates for iOS and macOS. The most recent version you can get through CocoaPods is LiveKitClient 2.7.2, which comes with the latest WebRTC dependency and full support for Swift 5.9. To get started, just add the following to your Podfile:
Copy code
source "<https://cdn.cocoapods.org/>"
source "<https://github.com/livekit/podspecs.git>"

pod "LiveKitClient", "~> 2.7.2"
Just a quick heads-up: tvOS and visionOS aren’t supported via CocoaPods yet, so for those platforms, you’ll want to use Swift Package Manager (SPM) instead. Sources: .github/workflows/cocoapods-push.yaml | Specs/LiveKitClient/2.7.0/LiveKitClient.podspec
l
what is the latest version in spm ?
t
Just to keep you in the loop, the latest version of LiveKit available in Swift Package Manager (SPM) is 2.7.2. If you need any help updating or have questions, feel free to ask—I’m here to help! Sources: Package.swift
l
i was reading somewhere we are not mantaining cocoapod
t
We’re happy to let you know that LiveKit continues to support CocoaPods for iOS and macOS platforms. The necessary podspecs are carefully maintained in a dedicated GitHub repository, and automated workflows help keep the latest versions available on CocoaPods. That said, CocoaPods support is currently focused on iOS and macOS. If you’re working with tvOS or visionOS, we recommend using Swift Package Manager (SPM) for the best experience. Sources: .github/workflows/cocoapods-push.yaml | README.md