Skip to content

Commit 5cf7bac

Browse files
committed
Updated podspec
1 parent 8407f28 commit 5cf7bac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CocoaAsyncSocket.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'CocoaAsyncSocket'
3-
s.version = '0.0.1'
3+
s.version = '7.3.1'
44
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'
77
s.authors = 'Dustin Voss', { 'Robbie Hanson' => 'robbiehanson@deusty.com' }
88

9-
s.source = { :git => 'https://github.com/robbiehanson/CocoaAsyncSocket.git', :commit => 'a87a901f6b3bbc83e2c449ffd33515f8d31da2f8' }
9+
s.source = { :git => 'https://github.com/robbiehanson/CocoaAsyncSocket.git', :commit => '8407f28d92aff1f95a73274e3f305794fc518a61' }
1010

1111
s.description = 'CocoaAsyncSocket supports TCP and UDP. The AsyncSocket class is for TCP, and the AsyncUdpSocket class is for UDP. ' \
1212
'AsyncSocket is a TCP/IP socket networking library that wraps CFSocket and CFStream. It offers asynchronous ' \

0 commit comments

Comments
 (0)