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\nresponses. It works with APIs built on the Foundation NSURL loading system—\nNSURLConnection, NSURLSession, and AFNetworking, for example—without any changes\nto your code.",
7 "Two Toasters": "general@twotoasters.com"
9 "homepage": "https://github.com/twotoasters/URLMock",
20 "git": "https://github.com/twotoasters/URLMock.git",
25 "URLMock/Categories/NSURLRequest+UMKHTTPConvenienceMethods.{h,m}",
26 "URLMock/Mock Messages/UMKMockHTTPMessage.{h,m}",
27 "URLMock/Mock Messages/UMKMockHTTPRequest.{h,m}",
28 "URLMock/Mock Messages/UMKMockHTTPResponder.{h,m}",
29 "URLMock/Mock URL Protocol/UMKMockURLProtocol+UMKHTTPConvenienceMethods.{h,m}",
30 "URLMock/Mock URL Protocol/UMKMockURLProtocol.{h,m}",
31 "URLMock/Pattern-Matching Mock Requests/UMKPatternMatchingMockRequest.{h,m}"
43 "name": "TestHelpers",
45 "URLMock/Categories/NSURL+UMKQueryParameters.{h,m}",
46 "URLMock/Categories/NSDictionary+UMKURLEncoding.{h,m}",
47 "URLMock/Utilities/UMKErrorUtilities.{h,m}",
48 "URLMock/Utilities/UMKMessageCountingProxy.{h,m}",
49 "URLMock/Utilities/UMKParameterPair.{h,m}",
50 "URLMock/Utilities/UMKTestUtilities.{h,m}",
51 "URLMock/Utilities/UMKURLEncodedParameterStringParser.{h,m}"
55 "name": "SubclassResponsibility",
57 "URLMock/TestHelpers": [
61 "source_files": "URLMock/Categories/NSException+UMKSubclassResponsibility.{h,m}"