From 1ed131d925272bfd62c0f551527763918e8bb82c Mon Sep 17 00:00:00 2001 From: Erik Little Date: Tue, 8 Aug 2017 06:02:37 -0400 Subject: [PATCH] Re-add swift language to podspec --- Socket.IO-Client-Swift.podspec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift.podspec index ef8ccf7..4e64883 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -20,6 +20,9 @@ Pod::Spec.new do |s| :tag => 'v11.0.1', :submodules => true } + s.pod_target_xcconfig = { + 'SWIFT_VERSION' => '3.1' + } s.source_files = "Source/*.swift" s.dependency "StarscreamSocketIO", "~> 8.0.2" end