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 8f7f43f commit a84aa31Copy full SHA for a84aa31
Socket.IO-Client-Swift.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
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' }
+ s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v1.1.1' }
16
s.source_files = "SwiftIO/**/*.swift"
17
s.requires_arc = true
18
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
0 commit comments