blob: 93778103fcfcfa4fb3f715f3d5cc4c3ae553b927 [file] [log] [blame]
{
"name": "URLMock",
"version": "1.0",
"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"
},
"source_files": [
"URLMock",
"URLMock/**/*.{h,m}"
],
"dependencies": {
"OCMock": [
"~> 2.0"
]
},
"requires_arc": true
}