blob: cb0d9b297d8b1ab6c8a689bc6778ac8b7260e11b [file] [log] [blame]
{
"name": "OHHTTPStubs",
"version": "1.1.0",
"summary": "Stubbing framework for network requests.",
"description": " A class to stub network requests easily:\n * Test your apps with fake network data (stubbed from file)\n * Use customized stubs depending on the requests\n * Use custom response time.\n",
"homepage": "https://github.com/AliSoftware/OHHTTPStubs",
"license": "MIT",
"authors": {
"Olivier Halligon": "olivier.halligon+ae@gmail.com"
},
"source": {
"git": "https://github.com/AliSoftware/OHHTTPStubs.git",
"tag": "1.1.0"
},
"source_files": "OHHTTPStubs",
"public_header_files": "OHHTTPStubs/*.h",
"requires_arc": false
}