element-hq / swift-ogg

A Swift library for converting to and from opus/ogg format
Apache License 2.0
33 stars 26 forks source link

CocoaPods Support for Swift-ogg #15

Closed Alenroyfeild closed 6 months ago

Alenroyfeild commented 6 months ago

Problem Description: Currently, Swift-ogg does not support CocoaPods integration, making it inconvenient for users who prefer to manage dependencies using CocoaPods.

Solution Desired: I would like to request support for CocoaPods integration for Swift-ogg. This would allow users to easily include Swift-ogg in their projects by adding it to their Podfile.

Alternatives Considered: As an alternative, users can currently integrate Swift-ogg manually by adding the source files directly to their projects. However, this approach is less convenient and can lead to maintenance issues when updating the library.

Additional Context: Swift-ogg is a valuable library for handling Ogg Vorbis audio files in Swift projects. Adding CocoaPods support would make it more accessible to a wider range of developers who rely on CocoaPods for dependency management.

stefanceriu commented 6 months ago

I'm sorry but we are not considering adding CocoaPod support and probably never will. SPM can be used along side CocoaPods just fine and that should be enough for most installations (we actually do that ourselves in Legacy Element iOS: SPM + CocoaPods)