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 "Two Toasters": "general@twotoasters.com"
9 "homepage": "https://github.com/twotoasters/URLMock",
20 "git": "https://github.com/twotoasters/URLMock.git",
25 "URLMock/Mock Messages/UMKMockHTTPMessage.{h,m}",
26 "URLMock/Mock Messages/UMKMockHTTPRequest.{h,m}",
27 "URLMock/Mock Messages/UMKMockHTTPResponder.{h,m}",
28 "URLMock/Mock URL Protocol/UMKMockURLProtocol+UMKHTTPConvenienceMethods.{h,m}",
29 "URLMock/Mock URL Protocol/UMKMockURLProtocol.{h,m}",
30 "URLMock/Utilities/UMKMessageCountingProxy.{h,m}"
34 "name": "TestHelpers",
37 "URLMock/Utilities/UMKTestUtilities.{h,m}",
38 "URLMock/Utilities/UMKErrorUtilities.{h,m}",
39 "URLMock/Categories/NSURL+UMKQueryParameters.{h,m}",
40 "URLMock/Categories/NSDictionary+UMKURLEncoding.{h,m}",
41 "URLMock/Utilities/UMKParameterPair.{h,m}",
42 "URLMock/Utilities/UMKURLEncodedParameterStringParser.{h,m}"
46 "name": "SubclassResponsibility",
49 "URLMock/TestHelpers": [
53 "source_files": "URLMock/Categories/NSException+UMKSubclassResponsibility.{h,m}"