bastienFalcou / SoundWave

Illustrate your sound waves on the fly 🚀
MIT License
611 stars 94 forks source link

Swift 3 version #32

Closed khush004 closed 5 years ago

khush004 commented 5 years ago

How can i use this project in swift 3?

bastienFalcou commented 5 years ago

Hi @khush004, you can force the Pod version to 0.1.1 in your Podfile, latest version supporting Swift 3:

pod 'SoundWave', '~> 0.1.1'

Let me know if you need anything else 👌