blob: 0f330c59bf4c4daef41ce6355916f76b412cd52b [file] [log] [blame]
{
"name": "OHHTTPStubs",
"version": "1.1.1",
"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**: This lib uses private API and is not suitable for AppStore releases.\n > Use it only for your Unit Test targets or while in development (for example between `#ifdef DEBUG`/`#endif`).\n > Don't forget to remove it before submitting to the AppStore.\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.1"
},
"source_files": "OHHTTPStubs",
"public_header_files": "OHHTTPStubs/*.h",
"requires_arc": false
}