tidwall / SwiftWebSocket

Fast Websockets in Swift for iOS and OSX
MIT License
1.53k stars 244 forks source link

Update SPM package description & SemVer tag for version #153

Open T2SoftDev opened 4 years ago

T2SoftDev commented 4 years ago

Xcode 11 now supports Swift Package Manager, but so far it is not possible to add SwiftWebSocket to project via Xcode 11 SPM without proper repository version tag that follows Semantic Versioning (should be "2.8.0" without "v", but latest tag is "v2.8.0"). Pull request updates SPM package description for SwiftWebSocket.

Mcrich23 commented 2 years ago

@tidwall Please do this