[Add] Spy 0.5.0
diff --git a/Specs/d/8/d/Spy/0.5.0/Spy.podspec.json b/Specs/d/8/d/Spy/0.5.0/Spy.podspec.json
new file mode 100644
index 0000000..2df0dd7
--- /dev/null
+++ b/Specs/d/8/d/Spy/0.5.0/Spy.podspec.json
@@ -0,0 +1,27 @@
+{
+  "name": "Spy",
+  "version": "0.5.0",
+  "summary": "Spy is a flexible, lightweight, multiplatform logging utility written in pure Swift.",
+  "description": "Spy is a flexible, lightweight, multiplatform logging utility written in pure Swift. It allows to log on different levels and channels which you can define on your own depending on your needs.",
+  "homepage": "https://github.com/appunite/Spy",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE.md"
+  },
+  "authors": {
+    "Tomasz Lewandowski": "tomasz.t.lewandowski@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/appunite/Spy.git",
+    "tag": "0.5.0"
+  },
+  "source_files": "Spy/**/*.swift",
+  "swift_versions": "5.1",
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.10",
+    "tvos": "9.0",
+    "watchos": "2.0"
+  },
+  "swift_version": "5.1"
+}