From ba94454325ee57979dc260f5e6f7aa8ef99b2b51 Mon Sep 17 00:00:00 2001 From: WrathChaos Date: Sat, 8 Jul 2017 19:26:15 +0300 Subject: [PATCH 1/2] Summary is changed. --- StompClientLib.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StompClientLib.podspec b/StompClientLib.podspec index d61960d..acd315c 100644 --- a/StompClientLib.podspec +++ b/StompClientLib.podspec @@ -8,8 +8,8 @@ Pod::Spec.new do |s| s.name = 'StompClientLib' - s.version = '0.1.0' - s.summary = 'StompClientLib let the websocket use the Stomp protocol' + s.version = '0.1.1' + s.summary = 'Simple STOMP Client library, Swift 3 compatible' # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? From f99d2f56abe6712b761beef7443c6b1d139c540c Mon Sep 17 00:00:00 2001 From: WrathChaos Date: Sat, 8 Jul 2017 21:46:06 +0300 Subject: [PATCH 2/2] Changed the summary and description of the pod --- StompClientLib.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StompClientLib.podspec b/StompClientLib.podspec index acd315c..1eb47a0 100644 --- a/StompClientLib.podspec +++ b/StompClientLib.podspec @@ -18,7 +18,7 @@ Pod::Spec.new do |s| # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC -StompClientLib let the websocket use the Stomp protocol. STOMP Protocol let the program subscribe or unsubscribe the topic. +Simple STOMP Client library, Swift 3 compatible. STOMP Protocol let the program subscribe or unsubscribe the topic. It connects the websocket and use the STOMP protocol to subscribe the topic and recieve the message, receipt or even a ping. DESC s.homepage = 'https://github.com/wrathchaos/StompClientLib'