aleclarson / emitter-kit

Type-safe event handling for Swift
MIT License
567 stars 71 forks source link

Swift 3 #34

Closed danielrhodes closed 7 years ago

danielrhodes commented 7 years ago

This branch is compatible with XCode 8 Beta 6.

Some work still needs to be done re: the AnyObject and Any change. I think perhaps moving to AnyHashable would be the best, if that's possible.

aleclarson commented 7 years ago

@danielrhodes Hey, thanks for the help! Just pushed v5. Didn't see any need for AnyHashable, but maybe I'm missing something? Let me know if v5 works for you! 😄