Merge pull request #1126 from DmitryPR/swift-update

Swift update
This commit is contained in:
Erik Little 2018-11-28 17:26:46 -05:00 committed by GitHub
commit fa81fc222f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1 +0,0 @@
4.0

View File

@ -21,9 +21,11 @@ Pod::Spec.new do |s|
:tag => 'v13.4.0', :tag => 'v13.4.0',
:submodules => true :submodules => true
} }
s.swift_version = "4.2"
s.pod_target_xcconfig = { s.pod_target_xcconfig = {
'SWIFT_VERSION' => '4.0' 'SWIFT_VERSION' => '4.0'
} }
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift" s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
s.dependency "Starscream", "~> 3.0.2" s.dependency "Starscream", "~> 3.0.6"
end end