Merge pull request #479 from KobeStronger/feature/macVersion

Modify mac version base mac os 10.9
This commit is contained in:
Erik Little 2016-09-02 09:06:06 -04:00 committed by GitHub
commit 81a82aae64

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.10'
s.osx.deployment_target = '10.9'
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"