Skip to content

Commit

Permalink
Merge pull request #27 from JoaoCaixinha/master
Browse files Browse the repository at this point in the history
added tvOS support
  • Loading branch information
realtime-framework authored Apr 17, 2017
2 parents 7092a16 + 05b6f27 commit 0b9fec9
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 0b9fec9

Please sign in to comment.