From 8f7f43f83e11c5258c5cd9e63a8e6c618ccc6dfb Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 12 Mar 2015 09:31:27 -0400 Subject: [PATCH] add osx --- 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 05ff25b..9f9ed53 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -11,6 +11,7 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT' } s.author = { "Erik" => "nuclear.ace@gmail.com" } s.platform = :ios, "8.0" + s.platform = :osx, "10.10" s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v1.1.0-pod' } s.source_files = "SwiftIO/**/*.swift" s.requires_arc = true