Removed GitHub warnings.
This commit is contained in:
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
|
||||
s.summary = 'A conforming WebSocket (RFC 6455) client library.'
|
||||
s.homepage = 'https://github.com/square/SocketRocket'
|
||||
s.authors = { 'Square' => '' }
|
||||
s.source = { :git => 'git://github.com/square/SocketRocket.git' }
|
||||
s.source = { :git => 'https://github.com/square/SocketRocket.git' }
|
||||
s.source_files = 'SocketRocket/*.{h,m,c}'
|
||||
|
||||
s.requires_arc = true
|
||||
|
||||
Reference in New Issue
Block a user