dimitris-c / AudioStreaming

An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.
MIT License
258 stars 52 forks source link

AudioStreaming not on Cocoapod #24

Closed edwinzap closed 3 years ago

edwinzap commented 3 years ago

Adding pod 'AudioStreaming' to the Podfile does not work because AudioStreaming does not exist on Cocoapod. Am I missing something?

dimitris-c commented 3 years ago

I haven't used Cocoapod in a while, but I've missed adding the spec to their trunk repo. I've done this just now, can you confirm it works now?

dimitris-c commented 3 years ago

tested this and it now works