blob: 96fede02229f87836b4f243d1b0da4f5d1562c80 [file] [log] [blame]
{
"name": "Interceptor",
"version": "1.0.0",
"summary": "Intercept NSURLSessionDataTask requests and respond with mock data",
"description": "A mini-framework for mocking network responses without injecting mock service\n by intercepting NSURLSessionDataTasks and responding with mock data.",
"authors": "Jed Lewison",
"homepage": "https://github.com/jedlewison/Interceptor",
"license": "MIT",
"source": {
"git": "https://github.com/jedlewison/Interceptor.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Interceptor/*"
}