4 "summary": "A Cocoa framework for mocking and stubbing URL requests and responses.",
5 "description": " URLMock is an Objective-C framework for mocking and stubbing URL requests and\n responses. It works with APIs built on the Foundation NSURL loading\n system—NSURLConnection and AFNetworking, for example—without any changes to\n your code.\n",
7 "Prachi Gauriar": "prachi@twotoasters.com"
9 "homepage": "https://github.com/prachigauriar/URLMock",
19 "git": "https://github.com/prachigauriar/URLMock.git",
34 "name": "TestHelpers",
36 "URLMock/Utilities/UMKTestUtilities.{h,m}",
37 "URLMock/Utilities/UMKErrorUtilities.{h,m}",
38 "URLMock/Categories/NSURL+UMKQueryParameters.{h,m}",
39 "URLMock/Categories/NSDictionary+UMKURLEncoding.{h,m}",
40 "URLMock/Utilities/UMKParameterPair.{h,m}",
41 "URLMock/Utilities/UMKURLEncodedParameterStringParser.{h,m}"