Skip to content

Commit

Permalink
added tvOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoCaixinha committed Apr 17, 2017
1 parent 61c6110 commit 05b6f27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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.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.
Expand All @@ -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}'
Expand Down

0 comments on commit 05b6f27

Please sign in to comment.