[Add] AnywhereUtilCore 1.0.5
[CocoaPods.git] / Specs / 2 / 8 / b / OHHTTPStubs / 4.1.0 / OHHTTPStubs.podspec.json
blob0b72aca6f71d49fe3faec754bbd7e7afcf0af04a
2   "name": "OHHTTPStubs",
3   "version": "4.1.0",
4   "summary": "Framework to stub your network requests like HTTP and help you write network unit tests with XCTest.",
5   "description": "A class to stub network requests easily:\n\n * Test your apps with fake network data (stubbed from file)\n * You can also customize your response headers and status code\n * Use customized stubs depending on the requests\n * Use custom response time to simulate slow network.\n * This works with any request (HTTP, HTTPS, or any protocol) sent using\n   the iOS URL Loading System (NSURLConnection, NSURLSession, AFNetworking, …)\n * This is really useful in unit testing, when you need to test network features\n   but don't want to hit the real network and fake some response data instead.\n * Has useful convenience methods to stub JSON content or fixture from a file\n * Compatible with Swift",
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": "4.1.0"
14   },
15   "source_files": "OHHTTPStubs/Sources/*.{h,m}",
16   "public_header_files": "OHHTTPStubs/Sources/*.h",
17   "frameworks": [
18     "Foundation",
19     "CFNetwork"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "5.0",
24     "osx": "10.7",
25     "watchos": "2.0"
26   }