Skip to content

Releases: luisobo/Nocilla

Mac & tvOS support

26 Jul 20:08
Compare
Choose a tag to compare

This release adds tvOS & macOS support.

0.10.0

14 May 15:59
Compare
Choose a tag to compare
  • Add a Framework target, adding Carthage support
  • Improve matching of NSData objects

0.9.0

15 Nov 22:21
Compare
Choose a tag to compare

Updates for iOS 8

08 Nov 21:39
Compare
Choose a tag to compare
0.8.2

Release 0.8.2

Support for ASIHTTPRequest

06 Jul 01:49
Compare
Choose a tag to compare

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, point to the podspec in this repo and register the hook before starting Nocilla, like this:

pod 'Nocilla', :podspec => 'https://raw.github.com/luisobo/Nocilla/master/Nocilla.podspec'
[[LSNocilla sharedInstance] registerHook:[[LSASIHTTPRequestHook alloc] init]];
[[LSNocilla sharedInstance] start];