Transcoding icon indicating copy to clipboard operation
Transcoding copied to clipboard

Suggestion: Add CocoaPods Integration and Automate Release via CI

Open MaximKalinin opened this issue 5 months ago • 0 comments

Hi, and thanks for the great work on this project!

We’re currently considering using this library as part of react-native-webrtc project, and having CocoaPods support would significantly simplify the integration on the iOS side. React Native relies heavily on CocoaPods for managing native dependencies, so adding a .podspec and publishing the library to the Specs repo (or hosting it via :git with tags) would make adoption much smoother.

Additionally, the release process could be automated via CI as part of the existing GitHub workflow—e.g., publishing the podspec on new tags. This would streamline maintenance and reduce the chance of manual release errors.

If this sounds reasonable, I’d be happy to help with a PR or initial setup.

Thanks for considering!

MaximKalinin avatar Aug 08 '25 13:08 MaximKalinin