Przeglądaj źródła

SocketRocket 0.6.0 release.

Nikita Lutsenko 4 lat temu
rodzic
commit
b6cecfb8e0
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      SocketRocket.podspec

+ 2 - 2
SocketRocket.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name               = 'SocketRocket'
-  s.version            = '0.5.1'
+  s.version            = '0.6.0'
   s.summary            = 'A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS.'
   s.homepage           = 'https://github.com/facebook/SocketRocket'
   s.authors            = { 'Nikita Lutsenko' => 'nlutsenko@me.com', 'Dan Federman' => 'federman@squareup.com', 'Mike Lewis' => 'mikelikespie@gmail.com' }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
   s.source_files       = 'SocketRocket/**/*.{h,m}'
   s.public_header_files = 'SocketRocket/*.h'
 
-  s.ios.deployment_target  = '6.0'
+  s.ios.deployment_target  = '9.0'
   s.osx.deployment_target  = '10.8'
   s.tvos.deployment_target = '9.0'