We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New code has been added to this repo 3 months ago to fix #166, #168 and #174, but no new release have been made.
I am making a cocoapod that depends on SwiftSocket and you can not apply various workaround to its dependencies, such as:
pod 'SwiftSocket', :git => 'https://github.com/swiftsocket/SwiftSocket', commit: '2e6ba27140a29fae8a6331ba4463312e0c71a6b0'
The podspec requires:
s.dependency 'SwiftSocket', '2.0.2' // this is the latest released version, which is no longer usable
To use this new code we need a new release. (This will also resolve #177.) Please refer to https://guides.cocoapods.org/making/getting-setup-with-trunk.html to make the new release.
If I can help out in any way, let me know.
The text was updated successfully, but these errors were encountered:
up
Sorry, something went wrong.
No branches or pull requests
New code has been added to this repo 3 months ago to fix #166, #168 and #174, but no new release have been made.
I am making a cocoapod that depends on SwiftSocket and you can not apply various workaround to its dependencies, such as:
pod 'SwiftSocket', :git => 'https://github.com/swiftsocket/SwiftSocket', commit: '2e6ba27140a29fae8a6331ba4463312e0c71a6b0'
The podspec requires:
s.dependency 'SwiftSocket', '2.0.2' // this is the latest released version, which is no longer usable
To use this new code we need a new release. (This will also resolve #177.) Please refer to https://guides.cocoapods.org/making/getting-setup-with-trunk.html to make the new release.
If I can help out in any way, let me know.
The text was updated successfully, but these errors were encountered: