blob: fab2118989eff2bba99811cc1aea01d2eab5f1b7 [file] [log] [blame]
{
"name": "URLMock",
"version": "1.2.1",
"summary": "A Cocoa framework for mocking and stubbing URL requests and responses.",
"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 system—\n NSURLConnection, NSURLSession, and AFNetworking, for example—without any changes\n to your code.\n",
"authors": {
"Two Toasters": "general@twotoasters.com"
},
"homepage": "https://github.com/twotoasters/URLMock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/twotoasters/URLMock.git",
"tag": "1.2.1"
},
"dependencies": {
"SOCKit": [
"~> 1.1"
]
},
"source_files": [
"URLMock/URLMock.h",
"URLMock/Categories/NSURLRequest+UMKHTTPConvenienceMethods.{h,m}",
"URLMock/Mock Messages/UMKMockHTTPMessage.{h,m}",
"URLMock/Mock Messages/UMKMockHTTPRequest.{h,m}",
"URLMock/Mock Messages/UMKMockHTTPResponder.{h,m}",
"URLMock/Mock URL Protocol/UMKMockURLProtocol+UMKHTTPConvenienceMethods.{h,m}",
"URLMock/Mock URL Protocol/UMKMockURLProtocol.{h,m}",
"URLMock/Pattern-Matching Mock Requests/UMKPatternMatchingMockRequest.{h,m}",
"URLMock/Utilities/UMKMessageCountingProxy.{h,m}"
],
"subspecs": [
{
"name": "TestHelpers",
"requires_arc": true,
"source_files": [
"URLMock/Utilities/UMKTestUtilities.{h,m}",
"URLMock/Utilities/UMKErrorUtilities.{h,m}",
"URLMock/Categories/NSURL+UMKQueryParameters.{h,m}",
"URLMock/Categories/NSDictionary+UMKURLEncoding.{h,m}",
"URLMock/Utilities/UMKParameterPair.{h,m}",
"URLMock/Utilities/UMKURLEncodedParameterStringParser.{h,m}"
]
},
{
"name": "SubclassResponsibility",
"requires_arc": true,
"dependencies": {
"URLMock/TestHelpers": [
]
},
"source_files": "URLMock/Categories/NSException+UMKSubclassResponsibility.{h,m}"
}
]
}