blob: 0f744e444e9180596d435f8450eaefee12d60963 [file] [log] [blame]
{
"name": "URLMock",
"version": "1.0.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\n system—NSURLConnection and AFNetworking, for example—without any changes to\n your code.\n",
"authors": {
"Prachi Gauriar": "prachi@twotoasters.com"
},
"homepage": "https://github.com/prachigauriar/URLMock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/prachigauriar/URLMock.git",
"tag": "1.0.1"
},
"source_files": [
"URLMock",
"URLMock/**/*.{h,m}"
],
"dependencies": {
"OCMock": [
"~> 2.0"
]
},
"requires_arc": true,
"subspecs": [
{
"name": "TestHelpers",
"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}"
]
}
]
}