7.6.5
Showing
+1 -1
... | ... | @@ -14,7 +14,7 @@ Updated and maintained by Deusty LLC and the Apple development community. |
s.homepage = 'https://github.com/robbiehanson/CocoaAsyncSocket' | ||
s.authors = 'Dustin Voss', { 'Robbie Hanson' => 'robbiehanson@deusty.com' } | ||
s.source = { :git => 'https://github.com/robbiehanson/CocoaAsyncSocket.git', | ||
s.source = { :git => 'http://git.qianxuecloud.com/qianxue/cocoaasyncsocket.git', | ||
:tag => "#{s.version}" } | ||
s.description = 'CocoaAsyncSocket supports TCP and UDP. The AsyncSocket class is for TCP, and the AsyncUdpSocket class is for UDP. ' \ | ||
... | ... |
Please register or sign in to comment