blob: 8b2c9805afa7b2f4c07733ed69329f2c361c0a8e [file] [log] [blame]
{
"name": "HTTPInterceptor",
"version": "1.0.2",
"summary": "HTTPInterceptor - code to intercept http requests and reply with custom response",
"homepage": "https://github.com/ladeiko/HTTPInterceptor",
"license": "MIT",
"authors": {
"Siarhei Ladzeika": "sergey.ladeiko@gmail.com"
},
"source": {
"git": "https://github.com/ladeiko/HTTPInterceptor.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"source_files": "Sources/*.{h,m}",
"frameworks": "CoreServices"
}