From 2810e561623b70a92376c369e2529e3485da828a Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 14 Sep 2016 07:54:55 -0400 Subject: [PATCH] Try and fix cocoapods --- Socket.IO-Client-Swift.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift.podspec index 31f75bd..b952be4 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -17,5 +17,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v8.0.0' } s.source_files = "Source/**/*.swift" s.requires_arc = true + s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' } # s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files end