xcbosa mbp16 3 сар өмнө
parent
commit
127fee0e13

+ 1 - 1
.gitmodules

@@ -1,3 +1,3 @@
 [submodule "Vendor/xctoolchain"]
 [submodule "Vendor/xctoolchain"]
 	path = Vendor/xctoolchain
 	path = Vendor/xctoolchain
-	url = https://git.forgetive.org/XCAppCollection/xctoolchain.git
+	url = https://git.forgetive.net/XCAppCollection/xctoolchain.git

+ 2 - 2
SocketRocket.podspec

@@ -2,10 +2,10 @@ Pod::Spec.new do |s|
   s.name               = 'SocketRocket'
   s.name               = 'SocketRocket'
   s.version            = '1.0.0'
   s.version            = '1.0.0'
   s.summary            = 'A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS.'
   s.summary            = 'A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS.'
-  s.homepage           = 'https://git.forgetive.org/XCAppCollection/SocketRocket'
+  s.homepage           = 'https://git.forgetive.net/XCAppCollection/SocketRocket'
   s.authors            = { 'Nikita Lutsenko' => 'nlutsenko@me.com', 'Dan Federman' => 'federman@squareup.com', 'Mike Lewis' => 'mikelikespie@gmail.com' }
   s.authors            = { 'Nikita Lutsenko' => 'nlutsenko@me.com', 'Dan Federman' => 'federman@squareup.com', 'Mike Lewis' => 'mikelikespie@gmail.com' }
   s.license            = 'BSD'
   s.license            = 'BSD'
-  s.source             = { :git => 'https://git.forgetive.org/XCAppCollection/SocketRocket.git', :tag => s.version.to_s }
+  s.source             = { :git => 'https://git.forgetive.net/XCAppCollection/SocketRocket.git', :tag => s.version.to_s }
   s.requires_arc       = true
   s.requires_arc       = true
 
 
   s.source_files       = 'SocketRocket/**/*.{h,m}'
   s.source_files       = 'SocketRocket/**/*.{h,m}'