blob: d95f8a7fd355aff80a56f7e04b01df766d1f4748 [file] [log] [blame]
{
"name": "HTTPInterceptor",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Sources/*.{h,m}",
"frameworks": "CoreServices"
}