[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 8 / b / OHHTTPStubs / 1.1.2 / OHHTTPStubs.podspec.json
blob18b64a25087a9b87134307a06884598b318f6c22
2   "name": "OHHTTPStubs",
3   "version": "1.1.2",
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",
7   "license": "MIT",
8   "authors": {
9     "Olivier Halligon": "olivier.halligon+ae@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AliSoftware/OHHTTPStubs.git",
13     "tag": "1.1.2"
14   },
15   "source_files": "OHHTTPStubs",
16   "public_header_files": "OHHTTPStubs/*.h",
17   "requires_arc": false