dmrschmidt / DSWaveformImage

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

support swift package manager #14

Closed osheroff closed 3 years ago

osheroff commented 4 years ago

Thanks for the library! Here's a little PR that adds Package.swift to allow for using the swift package manager.

dmrschmidt commented 4 years ago

Hey, thanks so much for this! I'd been meaning to add package manager support for a while now, but since I've never used it yet, I didn't get to it.

I'll still need to test this out, which I'll do this week, but would you mind updating the PR, separating out the initializer and configuration stuff? I'm happy to have more configurability and feel this can likely also be merged, but would like to keep those two issues separate.

Thanks a bunch @osheroff!