dmrschmidt / DSWaveformImage

Generate waveform images from audio files on iOS, macOS & visionOS in Swift. Native SwiftUI & UIKit views.
MIT License
978 stars 109 forks source link

Update version in cocoapod #87

Closed tanlucvo closed 7 months ago

tanlucvo commented 7 months ago

Can you release new version in cocoapod pls, current ver in cocoapod is 6.1

dmrschmidt commented 7 months ago

Hey there,

given the future direction of the iOS / macOS / visionOS platforms as a whole with SwiftPM as the officially supported package manager, there will be no further support for any other 3rd party package manager like cocoa pods or carthage etc.

Typically you should be able to add SPM packages to your project and have them play ok alongside each other.

tanlucvo commented 7 months ago

Thanks you 🚀