duemunk / Async

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

Delete the deperecated .swift-version file and add swift_version to AsyncSwift.podspec. #144

Closed RomanPodymov closed 5 years ago

RomanPodymov commented 5 years ago

Hello. Thank you for Async. In this pull request I added missing swift_version to AsyncSwift.podspec. Also deleted .swift-version, it was deprecated.

duemunk commented 5 years ago

Thanks @RomanPodymov!