Skip to content

Commit

Permalink
update to CocoaAsyncSocket 7.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Feb 20, 2014
1 parent d1d7fe5 commit cde54bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -11,11 +11,11 @@ This library uses the Grand Central Dispatch version of [CocoaAsyncSocket](https

# Installation

## Manual Installation
Add GCDAsynSocket.{h,m} and StompKit.{h,m} to your project.

## Using CocoaPods

StompKit is available on [CocoaPods](http://cocoapods.org/?q=StompKit).


On your ```Podfile``` add this project:

```
Expand All @@ -31,7 +31,7 @@ For the first time, run ```pod install```, if you are updating the project invok
Import the `StompKit.h` header file

```objc
#import "StompKit.h"
#import <StompKit.h>
```

Send a message:
Expand Down
2 changes: 1 addition & 1 deletion StompKit.podspec
Expand Up @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.source_files = 'StompKit/*.{h,m}'
s.public_header_files = 'StompKit/StompKit.h'
s.requires_arc = true
s.dependency 'CocoaAsyncSocket', '7.3.2'
s.dependency 'CocoaAsyncSocket', '7.3.4'
end

0 comments on commit cde54bd

Please sign in to comment.