[Add] zcshare-sdkframework 0.0.12
[CocoaPods.git] / Specs / 2 / 8 / b / OHHTTPStubs / 2.3.1 / OHHTTPStubs.podspec.json
blobcf4e17b4a60132db6458da017f26f40eb71faf48
2   "name": "OHHTTPStubs",
3   "version": "2.3.1",
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",
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": "2.3.1"
14   },
15   "source_files": "OHHTTPStubs/*.{h,m}",
16   "public_header_files": "OHHTTPStubs/*.h",
17   "frameworks": [
18     "Foundation",
19     "CFNetwork"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "5.0",
24     "osx": "10.7"
25   }