Merge branch 'development' of https://github.com/socketio/socket.io-client-swift into development

* 'development' of https://github.com/socketio/socket.io-client-swift:
  We need to raise target version
This commit is contained in:
Erik 2016-09-14 07:21:07 -04:00
commit d3de97b584
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT' }
s.author = { "Erik" => "nuclear.ace@gmail.com" }
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v7.0.3' }
s.source_files = "Source/**/*.swift"