huynguyencong / NHNetworkTime

A simple network time protocol SNTP open source for iOS, get the correct time.
Apache License 2.0
118 stars 22 forks source link

Support for SwiftPM #34

Open docash59 opened 2 years ago

docash59 commented 2 years ago

Thanks for such a useful project. Any chance you could add support for Swift PM?

malhal commented 11 months ago

Does anyone know if this has been ported to Swift? The next step would be to switch from CocoaAsyncSocket to an async/await socket like https://github.com/PureSwift/Socket I'd be happy to have a go if anyone is interested?

AndyUkJ commented 11 months ago

Does anyone know if this has been ported to Swift? The next step would be to switch from CocoaAsyncSocket to an async/await socket like https://github.com/PureSwift/Socket I'd be happy to have a go if anyone is interested?

Good idea! I believe it is pretty useful work!