Skip to content

Commit fa81fc2

Browse files
authored
Merge pull request socketio#1126 from DmitryPR/swift-update
Swift update
2 parents 649989f + 3cfd12b commit fa81fc2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Socket.IO-Client-Swift.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ Pod::Spec.new do |s|
2121
:tag => 'v13.4.0',
2222
:submodules => true
2323
}
24+
25+
s.swift_version = "4.2"
2426
s.pod_target_xcconfig = {
2527
'SWIFT_VERSION' => '4.0'
2628
}
2729
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
28-
s.dependency "Starscream", "~> 3.0.2"
30+
s.dependency "Starscream", "~> 3.0.6"
2931
end

0 commit comments

Comments
 (0)