SwiftAudioEx
SwiftAudioEx copied to clipboard
Question: How do I easily replace now deprecated SwiftAudio installed from pods with this version?
When I add this package with "Add packages" what target should I add it to? Should I added it to "pods" or to my project directly? What's the best practice? How do I easily replace original SwiftAudio pod with this version of the library then?
Thanks.
Okay, I've realized that the package is actually installable via cocoapods, but the instructions are not correct (you will also have to change all imports from SwiftAudio to SwiftAudioEx for a seamless update)
I've updated them, please see PR #32