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",
25 "git": "https://github.com/twotoasters/URLMock.git",
30 "URLMock/Mock Messages/UMKMockHTTPMessage.{h,m}",
31 "URLMock/Mock Messages/UMKMockHTTPRequest.{h,m}",
32 "URLMock/Mock Messages/UMKMockHTTPResponder.{h,m}",
33 "URLMock/Mock URL Protocol/UMKMockURLProtocol+UMKHTTPConvenienceMethods.{h,m}",
34 "URLMock/Mock URL Protocol/UMKMockURLProtocol.{h,m}",
35 "URLMock/Utilities/UMKMessageCountingProxy.{h,m}"
39 "name": "TestHelpers",
41 "URLMock/Utilities/UMKTestUtilities.{h,m}",
42 "URLMock/Utilities/UMKErrorUtilities.{h,m}",
43 "URLMock/Categories/NSURL+UMKQueryParameters.{h,m}",
44 "URLMock/Categories/NSDictionary+UMKURLEncoding.{h,m}",
45 "URLMock/Utilities/UMKParameterPair.{h,m}",
46 "URLMock/Utilities/UMKURLEncodedParameterStringParser.{h,m}"
50 "name": "SubclassResponsibility",
52 "URLMock/TestHelpers": [
56 "source_files": "URLMock/Categories/NSException+UMKSubclassResponsibility.{h,m}"