From db35decac900df6d2b79e800c282a27c3a6493b3 Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 14 Sep 2016 07:59:19 -0400 Subject: [PATCH] still try and fix cocoapods --- .swift_version | 1 + Socket.IO-Client-Swift.podspec | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .swift_version diff --git a/.swift_version b/.swift_version new file mode 100644 index 0000000..9f55b2c --- /dev/null +++ b/.swift_version @@ -0,0 +1 @@ +3.0 diff --git a/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift.podspec index b952be4..31f75bd 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -17,6 +17,5 @@ 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