We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cd0bd commit 8f7f43fCopy full SHA for 8f7f43f
Socket.IO-Client-Swift.podspec
@@ -11,6 +11,7 @@ Pod::Spec.new do |s|
11
s.license = { :type => 'MIT' }
12
s.author = { "Erik" => "nuclear.ace@gmail.com" }
13
s.platform = :ios, "8.0"
14
+ s.platform = :osx, "10.10"
15
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v1.1.0-pod' }
16
s.source_files = "SwiftIO/**/*.swift"
17
s.requires_arc = true
0 commit comments