From d923702a612ab691e80b0af37672de0fe58b52fc Mon Sep 17 00:00:00 2001 From: Luis Solano Bonet Date: Fri, 5 Jul 2013 15:38:29 -0400 Subject: [PATCH] Add instruction on how to use master --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b7faa89..a2026b6f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,11 @@ This library was inspired by [WebMock](https://github.com/bblimke/webmock) and i ### EXPERIMENTAL: Support for ASIHTTPRequest At this moment Nocilla supports stubbing request made with ASIHTTPRequest. This feature is experimental for the moment and more testing in the wild needs to be done. It has been tested with the classes `ASIHTTPRequest` and `ASIFormDataRequest`. It has _not_ been tested for `ASIWebPageRequest`, `ASICloudFilesRequest` or `ASIS3Request`. -If you want to enable it, register the hook before starting Nocilla, like this: +If you want to enable it, point to the podspec in this repo and register the hook before starting Nocilla, like this: + +```ruby +pod 'Nocilla', :podspec => 'https://raw.github.com/luisobo/Nocilla/master/Nocilla.podspec' +``` ```objc [[LSNocilla sharedInstance] registerHook:[[LSASIHTTPRequestHook alloc] init]];