-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from JoaoCaixinha/master
Version update 2.1.24
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" => "[email protected]" } | ||
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' | ||
|