From 05b6f27739319728d7c3fcc1ab90377664bed046 Mon Sep 17 00:00:00 2001 From: joao caixinha Date: Mon, 17 Apr 2017 11:30:33 +0100 Subject: [PATCH] added tvOS support --- RealtimeMessaging-iOS.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RealtimeMessaging-iOS.podspec b/RealtimeMessaging-iOS.podspec index 280e6a6..25b0939 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.48" + s.version = "2.1.50" 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. @@ -23,6 +23,7 @@ DESC s.social_media_url = 'https://twitter.com/RTWworld' s.platform = :ios, '7.0' + s.platform = :tvos, '9.0' s.requires_arc = true s.source_files = 'Pod/Classes/OrtcClient/*.{h,m}'