blob: c3588d86ff099dcdec1d5020a77f22b244522fe5 [file] [log] [blame]
{
"name": "OHHTTPStubs",
"version": "3.1.8",
"summary": "Stubbing framework for network requests.",
"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",
"homepage": "https://github.com/AliSoftware/OHHTTPStubs",
"license": "MIT",
"authors": {
"Olivier Halligon": "olivier.halligon+ae@gmail.com"
},
"source": {
"git": "https://github.com/AliSoftware/OHHTTPStubs.git",
"tag": "3.1.8"
},
"default_subspecs": "Core",
"frameworks": [
"Foundation",
"CFNetwork"
],
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "XCODE_VERSION=$(XCODE_VERSION_MAJOR)"
},
"subspecs": [
{
"name": "Core",
"source_files": "OHHTTPStubs/Sources/*.{h,m}",
"public_header_files": "OHHTTPStubs/Sources/*.h"
},
{
"name": "XCTestExpectation",
"source_files": "OHHTTPStubs/XCTestExpectation+Xcode5/*.{h,m}",
"public_header_files": "OHHTTPStubs/XCTestExpectation+Xcode5/*.h",
"frameworks": "XCTest"
}
]
}