From 364387be81ab87f25018fe268c2305125ba678fe Mon Sep 17 00:00:00 2001 From: Igor Kislyuk Date: Thu, 15 Jun 2017 15:01:44 +0300 Subject: [PATCH] [Add] Socket.IO-Client-Swift (8.3.2) --- .../8.3.2/Socket.IO-Client-Swift.podspec | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Socket.IO-Client-Swift/8.3.2/Socket.IO-Client-Swift.podspec diff --git a/Socket.IO-Client-Swift/8.3.2/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift/8.3.2/Socket.IO-Client-Swift.podspec new file mode 100644 index 0000000..4edbb68 --- /dev/null +++ b/Socket.IO-Client-Swift/8.3.2/Socket.IO-Client-Swift.podspec @@ -0,0 +1,22 @@ +Pod::Spec.new do |s| + s.name = "Socket.IO-Client-Swift" + s.module_name = "SocketIO" + s.version = "8.3.2" + s.summary = "Socket.IO-client for iOS and OS X" + s.description = <<-DESC + Socket.IO-client for iOS and OS X. + Supports ws/wss/polling connections and binary. + For socket.io 1.0+ and Swift. + DESC + s.homepage = "https://github.com/socketio/socket.io-client-swift" + s.license = { :type => 'MIT' } + s.author = { "Erik" => "nuclear.ace@gmail.com" } + s.ios.deployment_target = '8.0' + s.osx.deployment_target = '10.10' + s.tvos.deployment_target = '9.0' + s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v8.3.2' } + s.source_files = "Source/**/*.swift" + s.requires_arc = true + s.pod_target_xcconfig = {'SWIFT_VERSION' => '3.1'} + # s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files +end