4 "summary": "Stubbing framework for network requests.",
5 "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",
6 "homepage": "https://github.com/AliSoftware/OHHTTPStubs",
9 "Olivier Halligon": "olivier.halligon+ae@gmail.com"
12 "git": "https://github.com/AliSoftware/OHHTTPStubs.git",
15 "source_files": "OHHTTPStubs",
16 "public_header_files": "OHHTTPStubs/*.h",