[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / 3 / 9 / NetworkInterceptor / 0.0.8 / NetworkInterceptor.podspec.json
blobe1697635052514664336bfe0da9d82bfb44b6e22
2   "name": "NetworkInterceptor",
3   "version": "0.0.8",
4   "swift_version": "4.2",
5   "summary": "Intercepting Network Requests",
6   "description": "Features\n1. Observe all outgoing URLRequests, including SSL pinned\n2. Ability to redirect URLRequests to any target domain or URL",
7   "homepage": "https://github.com/depoon/NetworkInterceptor",
8   "license": "MIT",
9   "authors": {
10     "depoon": "de_poon@hotmail.com"
11   },
12   "source": {
13     "git": "https://github.com/depoon/NetworkInterceptor.git",
14     "tag": "0.0.8"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "source_files": "NetworkInterceptor/Source/**/*",
21   "dependencies": {
22     "GzipSwift": [
24     ],
25     "URLRequest-cURL": [
27     ]
28   }