Skip to content

Commit

Permalink
Merge pull request #1126 from DmitryPR/swift-update
Browse files Browse the repository at this point in the history
Swift update
  • Loading branch information
nuclearace authored Nov 28, 2018
2 parents 649989f + 3cfd12b commit fa81fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

4 changes: 3 additions & 1 deletion Socket.IO-Client-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ Pod::Spec.new do |s|
:tag => 'v13.4.0',
:submodules => true
}

s.swift_version = "4.2"
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '4.0'
}
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
s.dependency "Starscream", "~> 3.0.2"
s.dependency "Starscream", "~> 3.0.6"
end

0 comments on commit fa81fc2

Please sign in to comment.