From cde54bd8bfd4855a6d9f3b8908e082e2d4886d2d Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Thu, 20 Feb 2014 16:58:28 +0100 Subject: [PATCH] update to CocoaAsyncSocket 7.3.4 --- README.md | 8 ++++---- StompKit.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f2ef7e1..6451b44 100644 --- a/README.md +++ b/README.md @@ -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: ``` @@ -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 ``` Send a message: diff --git a/StompKit.podspec b/StompKit.podspec index c2713d3..ecd302c 100644 --- a/StompKit.podspec +++ b/StompKit.podspec @@ -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