From 16ac259e19aa8e20e38fa1a137687690c1722d16 Mon Sep 17 00:00:00 2001 From: JoaoCaixinha Date: Mon, 30 Nov 2015 16:06:14 +0000 Subject: [PATCH] Version update 2.1.24 --- RealtimeMessaging-iOS.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RealtimeMessaging-iOS.podspec b/RealtimeMessaging-iOS.podspec index 74cff8c..0d4c8c8 100644 --- a/RealtimeMessaging-iOS.podspec +++ b/RealtimeMessaging-iOS.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "RealtimeMessaging-iOS" - s.version = "2.1.22" + s.version = "2.1.24" 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. @@ -19,7 +19,7 @@ DESC s.homepage = "http://framework.realtime.co/messaging" s.license = 'MIT' s.author = { "Realtime.co" => "framework@realtime.co" } - s.source = { :git => "https://github.com/realtime-framework/RealtimeMessaging-iOS.git", :tag => "2.1.22"} + s.source = { :git => "https://github.com/realtime-framework/RealtimeMessaging-iOS.git", :tag => "2.1.24"} s.social_media_url = 'https://twitter.com/RTWworld' s.platform = :ios, '7.0'