Skip to content

Commit f99d2f5

Browse files
committed
Changed the summary and description of the pod
1 parent ba94454 commit f99d2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StompClientLib.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

2020
s.description = <<-DESC
21-
StompClientLib let the websocket use the Stomp protocol. STOMP Protocol let the program subscribe or unsubscribe the topic.
21+
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.
2222
DESC
2323

2424
s.homepage = 'https://github.com/wrathchaos/StompClientLib'

0 commit comments

Comments
 (0)