blob: 273c67b0f8160d47eaac6c7c5e3835f831d3b3cf [file] [log] [blame]
{
"name": "OHHTTPStubs",
"version": "4.0.0",
"summary": "Stubbing framework for network requests like HTTP or any other protocol.",
"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 * This works with any request (HTTP, HTTPS, or any protocol) sent using\n the iOS URL Loading System (NSURLConnection, NSURLSession, AFNetworking, …)\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": "4.0.0"
},
"source_files": "OHHTTPStubs/Sources/*.{h,m}",
"public_header_files": "OHHTTPStubs/Sources/*.h",
"frameworks": [
"Foundation",
"CFNetwork"
],
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}