Przeglądaj źródła

Update Podspec URLs (#354)

ReadmeCritic 9 lat temu
rodzic
commit
b804836b93
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      SocketRocket.podspec

+ 2 - 2
SocketRocket.podspec

@@ -2,10 +2,10 @@ Pod::Spec.new do |s|
   s.name               = "SocketRocket"
   s.version            = '0.5.1'
   s.summary            = 'A conforming WebSocket (RFC 6455) client library.'
-  s.homepage           = 'https://github.com/square/SocketRocket'
+  s.homepage           = 'https://github.com/facebook/SocketRocket'
   s.authors            = 'Square'
   s.license            = 'BSD'
-  s.source             = { :git => 'https://github.com/square/SocketRocket.git', :tag => s.version.to_s }
+  s.source             = { :git => 'https://github.com/facebook/SocketRocket.git', :tag => s.version.to_s }
   s.source_files       = 'SocketRocket/*.{h,m}'
   s.requires_arc       = true