[Add] netfox 1.18.0
diff --git a/Specs/7/8/c/netfox/1.18.0/netfox.podspec.json b/Specs/7/8/c/netfox/1.18.0/netfox.podspec.json
new file mode 100644
index 0000000..7792730
--- /dev/null
+++ b/Specs/7/8/c/netfox/1.18.0/netfox.podspec.json
@@ -0,0 +1,26 @@
+{
+  "name": "netfox",
+  "version": "1.18.0",
+  "summary": "A lightweight, one line setup, iOS/OSX network debugging library!",
+  "description": "A lightweight, one line setup, network debugging library that provides a quick look on all executed network requests performed by your app. It grabs all requests - of course yours, requests from 3rd party libraries (such as AFNetworking or else), UIWebViews, and more. Very useful and handy for network related issues and bugs.",
+  "homepage": "https://github.com/kasketis/netfox",
+  "screenshots": "https://raw.githubusercontent.com/kasketis/netfox/master/assets/overview1_5_3.gif",
+  "license": "MIT",
+  "authors": "Christos Kasketis",
+  "source": {
+    "git": "https://github.com/kasketis/netfox.git",
+    "tag": "1.18.0"
+  },
+  "platforms": {
+    "ios": "9.0",
+    "osx": "10.11"
+  },
+  "requires_arc": true,
+  "source_files": "netfox/Core/*.{swift,h,m}",
+  "ios": {
+    "source_files": "netfox/iOS/*.swift"
+  },
+  "osx": {
+    "source_files": "netfox/OSX/*.{swift,xib}"
+  }
+}