You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: StompClientLib.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18
18
# * Finally, don't worry about the indent, CocoaPods strips it!
19
19
20
20
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.
0 commit comments