davidstump / SwiftPhoenixClient

Connect your Phoenix and iOS applications through WebSockets!
MIT License
507 stars 147 forks source link

Specify platforms in Package.swift #170

Closed AndrewSB closed 4 years ago

AndrewSB commented 4 years ago

Fails on macOS with an error that scheduledTimer(withTimeInterval:repeats:block) is only available after macOS 10.12. I guessed versions for the other platforms, but they seem sensical to me

dsrees commented 4 years ago

Thanks!