File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'CocoaAsyncSocket'
3
- s . version = '0.0 .1'
3
+ s . version = '7.3 .1'
4
4
s . license = 'public domain'
5
- s . summary = 'An asynchronous socket networking library for Cocoa. '
6
- s . homepage = 'http ://code.google. com/p/cocoaasyncsocket/ '
5
+ s . summary = 'Asynchronous socket networking library for Mac and iOS '
6
+ s . homepage = 'https ://github. com/robbiehanson/CocoaAsyncSocket '
7
7
s . authors = 'Dustin Voss' , { 'Robbie Hanson' => 'robbiehanson@deusty.com' }
8
8
9
- s . source = { :git => 'https://github.com/robbiehanson/CocoaAsyncSocket.git' , :commit => 'a87a901f6b3bbc83e2c449ffd33515f8d31da2f8 ' }
9
+ s . source = { :git => 'https://github.com/robbiehanson/CocoaAsyncSocket.git' , :commit => '8407f28d92aff1f95a73274e3f305794fc518a61 ' }
10
10
11
11
s . description = 'CocoaAsyncSocket supports TCP and UDP. The AsyncSocket class is for TCP, and the AsyncUdpSocket class is for UDP. ' \
12
12
'AsyncSocket is a TCP/IP socket networking library that wraps CFSocket and CFStream. It offers asynchronous ' \
You can’t perform that action at this time.
0 commit comments