blob: b6e6dadf0ce5772850745a93d678172084245f35 [file] [log] [blame]
{
"name": "OHHTTPStubs",
"version": "2.0.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 to simulate slow network.\n \n > **WARNING**: Don't forget to remove stubs before submitting to the AppStore!\n > You should use `OHHTTPStubs` only for your Unit Test targets or while in development\n > (for example between `#ifdef DEBUG`/`#endif`).\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": "2.0.0"
},
"source_files": "OHHTTPStubs",
"public_header_files": "OHHTTPStubs/*.h",
"frameworks": [
"Foundation",
"CFNetwork"
],
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7.2"
}
}