Update podspec

Remove the swift version and update podspec to include Swift 4.2

Fixes https://github.com/socketio/socket.io-client-swift/issues/1101
This commit is contained in:
Dmitry Preobrazhenskiy 2018-11-28 23:09:36 +02:00
parent c0a4273d5b
commit 4af28c3a57
2 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
3.1

View File

@ -17,6 +17,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v9.0.1' }
s.source_files = "Source/**/*.swift"
s.requires_arc = true
s.pod_target_xcconfig = {'SWIFT_VERSION' => '3.1'}
s.swift_version = "4.2"
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
end