4 "summary": "Stubbing framework for network requests.",
5 "description": "A class to stub network requests easily:\n\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",
9 "Olivier Halligon": "olivier.halligon+ae@gmail.com"
12 "git": "https://github.com/AliSoftware/OHHTTPStubs.git",
15 "default_subspecs": "Core",
26 "GCC_PREPROCESSOR_DEFINITIONS": "XCODE_VERSION=$(XCODE_VERSION_MAJOR)"
31 "source_files": "OHHTTPStubs/Sources/*.{h,m}",
32 "public_header_files": "OHHTTPStubs/Sources/*.h"
35 "name": "XCTestExpectation",
36 "source_files": "OHHTTPStubs/XCTestExpectation+Xcode5/*.{h,m}",
37 "public_header_files": "OHHTTPStubs/XCTestExpectation+Xcode5/*.h",
38 "frameworks": "XCTest"