duemunk / Async

Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
MIT License
4.59k stars 316 forks source link

Update project settings for Swift 2.3. #100

Closed lexrus closed 8 years ago

lexrus commented 8 years ago

Fix #89

duemunk commented 8 years ago

I've updated the master branch to Swift 3.0 now. Everything is quite a bit for me too maintain these days.

@lexrus I think a 2.3 branch only for legacy support would be fine. Would you mind set it up?

lexrus commented 8 years ago

Thank you @duemunk It's here: https://github.com/duemunk/Async/tree/feature/Swift_2.3

duemunk commented 8 years ago

Great! Thanks @lexrus!