Skip to content

Commit

Permalink
Merge pull request #14 from JoaoCaixinha/master
Browse files Browse the repository at this point in the history
Bump socketrocket to 0.5.1
  • Loading branch information
realtime-framework authored Aug 30, 2016
2 parents 00d54ff + 8bb82c4 commit 0ac9e79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Pod/Classes/OrtcClient/OrtcClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#define OrtcClient_OrtcClient_h

#import <Foundation/Foundation.h>
#import "SRWebSocket.h"

#define heartbeatDefaultTime 15 // Heartbeat default interval time
#define heartbeatDefaultFails 3 // Heartbeat default max fails
Expand Down Expand Up @@ -204,7 +203,7 @@



@interface OrtcClient : NSObject <SRWebSocketDelegate>
@interface OrtcClient : NSObject

///---------------------------------------------------------------------------------------
/// @name Properties
Expand Down
3 changes: 2 additions & 1 deletion Pod/Classes/OrtcClient/OrtcClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

#import "OrtcClient.h"
#import "Balancer.h"
#import "SRWebSocket.h"

// Class Extension (private methods)
@interface OrtcClient()
@interface OrtcClient() <SRWebSocketDelegate>
{
@private
SRWebSocket* _webSocket;
Expand Down
4 changes: 2 additions & 2 deletions RealtimeMessaging-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "RealtimeMessaging-iOS"
s.version = "2.1.28"
s.version = "2.1.30"
s.summary = "Realtime Cloud Messaging (ORTC) SDK for iOS"
s.description = <<-DESC
Part of the The Realtime® Framework, Realtime Cloud Messaging (aka ORTC) is a secure, fast and highly scalable cloud-hosted Pub/Sub real-time message broker for web and mobile apps.
Expand All @@ -28,6 +28,6 @@ DESC
s.source_files = 'Pod/Classes/OrtcClient/*.{h,m}'
s.public_header_files = 'Pod/Classes/OrtcClient/*.h'
s.library = 'icucore'
s.dependency 'SocketRocket', '~> 0.4.2'
s.dependency 'SocketRocket', '0.5.1'

end

0 comments on commit 0ac9e79

Please sign in to comment.