You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
installing the library with SPM throws the following error: error: https://github.com/robbiehanson/CocoaAsyncSocket.git has no manifest for version 7.5.1
My package.swift: import PackageDescription let package = Package( name: "SwiftSSDP", dependencies: [ .Package(url: "https://github.com/pryomoax/SwiftSSDP.git", majorVersion: 0, minor: 4)])
The other dependencies were fetched normally.