chrisballinger / ProxyKit

SOCKS proxy server and socket client built upon GCDAsyncSocket.
MIT License
222 stars 59 forks source link

Update dependency version of GCDAsyncSocket pod #15

Closed raxcat closed 7 years ago

raxcat commented 7 years ago

https://github.com/robbiehanson/CocoaAsyncSocket/blob/7.5.0/Source/GCD/GCDAsyncSocket.h#L1048 CococAsyncSocket v7.5.0 still use the following declaration. @protocol GCDAsyncSocketDelegate

But in the the un-released version v7.5.1 the statement has been correctly. @protocol GCDAsyncSocketDelegate<Object>

podspec: dependency of CocoaAsyncSocket should be updated after/if CocoaAsyncSocket is released

chrisballinger commented 7 years ago

I really should get around to that

On Sun, Oct 23, 2016 at 11:35 PM, raxcat notifications@github.com wrote:

https://github.com/robbiehanson/CocoaAsyncSocket/blob/7.5.0/Source/GCD/ GCDAsyncSocket.h#L1048 CococAsyncSocket v7.5.0 still use the following declaration. @protocol GCDAsyncSocketDelegate

But in the the un-released version v7.5.1 the statement has been correctly. @protocol GCDAsyncSocketDelegate

podspec: dependency of CocoaAsyncSocket should be updated after/if CocoaAsyncSocket is released

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/chrisballinger/ProxyKit/issues/15, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfqH-twfahM0LDInELHv3YIWHnCcpJiks5q3FGwgaJpZM4KecK3 .

raxcat commented 7 years ago

Thank you :)

chrisballinger commented 7 years ago

Done