blob: e1697635052514664336bfe0da9d82bfb44b6e22 [file] [log] [blame]
{
"name": "NetworkInterceptor",
"version": "0.0.8",
"swift_version": "4.2",
"summary": "Intercepting Network Requests",
"description": "Features\n1. Observe all outgoing URLRequests, including SSL pinned\n2. Ability to redirect URLRequests to any target domain or URL",
"homepage": "https://github.com/depoon/NetworkInterceptor",
"license": "MIT",
"authors": {
"depoon": "de_poon@hotmail.com"
},
"source": {
"git": "https://github.com/depoon/NetworkInterceptor.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "NetworkInterceptor/Source/**/*",
"dependencies": {
"GzipSwift": [
],
"URLRequest-cURL": [
]
}
}