swiftsocket / SwiftSocket

The easy way to use sockets on Apple platforms
BSD 3-Clause "New" or "Revised" License
1.68k stars 401 forks source link

Please create a new release #194

Open jjetrifork opened 4 years ago

jjetrifork commented 4 years ago

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.

georgepanait09 commented 4 years ago

up