File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Socket.IO-Client-Swift"
3- s . version = "1.5.0 "
3+ s . version = "1.5.1 "
44 s . summary = "Socket.IO-client for Swift"
55 s . description = <<-DESC
66 Socket.IO-client for Swift.
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212 s . author = { "Erik" => "nuclear.ace@gmail.com" }
1313 s . ios . deployment_target = '8.0'
1414 s . osx . deployment_target = '10.10'
15- s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v1.5.0 ' }
15+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v1.5.1 ' }
1616 s . source_files = "SwiftIO/**/*.swift"
1717 s . requires_arc = true
1818 # s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
You can’t perform that action at this time.
0 commit comments