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:
parent
c0a4273d5b
commit
4af28c3a57
@ -1 +0,0 @@
|
||||
3.1
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user