-
Notifications
You must be signed in to change notification settings - Fork 2
/
RealtimeMessaging-iOS-Swift3.podspec
32 lines (26 loc) · 1.48 KB
/
RealtimeMessaging-iOS-Swift3.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# Be sure to run `pod lib lint RealtimeMessaging-iOS-Swift3.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "RealtimeMessaging-iOS-Swift3"
s.version = "1.0.12"
s.summary = "Swift3 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.
If your website or mobile app has data that needs to be updated in the user’s interface as it changes (e.g. real-time stock quotes or ever changing social news feed) Realtime Cloud Messaging is the reliable, easy, unbelievably fast, “works everywhere” solution.
DESC
s.homepage = "https://github.com/realtime-framework/RealtimeMessaging-iOS-Swift3"
s.license = 'MIT'
s.author = { "Realtime.co" => "[email protected]" }
s.source = { :git => "https://github.com/realtime-framework/RealtimeMessaging-iOS-Swift3.git", :tag => s.version}
s.social_media_url = 'https://twitter.com/RTWworld'
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.dependency 'Starscream', '2.0.0'
end