Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
Added API for deleting single event
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Baitaliuk committed Dec 13, 2018
1 parent 52633bb commit b580c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ClusterWS-Client-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ClusterWS-Client-Swift'
s.version = '3.1.1'
s.version = '3.1.2'
s.summary = 'Swift Client for ClusterWS'
s.description = 'Swift Client for ClusterWS - lightweight, fast and powerful framework for building horizontally & vertically scalable WebSocket applications in Node.js'
s.homepage = 'https://github.com/ClusterWS/ClusterWS-Client-Swift'
Expand Down
1 change: 1 addition & 0 deletions Sources/CWSEmitter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Foundation
public typealias CompletionHandler = (Any) -> Void

open class CWSEmitter {

private var mEvents: [(string: String, completion: CompletionHandler)] = []

public func on(event: String, completion: @escaping CompletionHandler) {
Expand Down

0 comments on commit b580c39

Please sign in to comment.