Skip to content

Commit 4af28c3

Browse files
author
Dmitry Preobrazhenskiy
committed
Update podspec
Remove the swift version and update podspec to include Swift 4.2 Fixes #1101
1 parent c0a4273 commit 4af28c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.swift-version

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

Socket.IO-Client-Swift.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Pod::Spec.new do |s|
1717
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v9.0.1' }
1818
s.source_files = "Source/**/*.swift"
1919
s.requires_arc = true
20-
s.pod_target_xcconfig = {'SWIFT_VERSION' => '3.1'}
20+
s.swift_version = "4.2"
21+
2122
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
2223
end

0 commit comments

Comments
 (0)