From 4af28c3a576d441376ebc20bb47ffe929cc1d20d Mon Sep 17 00:00:00 2001 From: Dmitry Preobrazhenskiy Date: Wed, 28 Nov 2018 23:09:36 +0200 Subject: [PATCH] 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 --- .swift-version | 1 - Socket.IO-Client-Swift.podspec | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 8c50098..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -3.1 diff --git a/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift.podspec index a676a7e..6c0adf2 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -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