[Add] SwiftDebugLog 0.1.1
diff --git a/Specs/b/9/a/SwiftDebugLog/0.1.1/SwiftDebugLog.podspec.json b/Specs/b/9/a/SwiftDebugLog/0.1.1/SwiftDebugLog.podspec.json
new file mode 100644
index 0000000..f269257
--- /dev/null
+++ b/Specs/b/9/a/SwiftDebugLog/0.1.1/SwiftDebugLog.podspec.json
@@ -0,0 +1,23 @@
+{
+  "name": "SwiftDebugLog",
+  "version": "0.1.1",
+  "summary": "Lightweight Swift Debug Logger",
+  "swift_version": "4.0",
+  "description": "Swift library for logging errors in debug. Log statements include the filename, line, and function call.",
+  "homepage": "https://github.com/Dtroupe18/SwiftDebugLog",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Dtroupe18": "dave.troupe@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/Dtroupe18/SwiftDebugLog.git",
+    "tag": "0.1.1"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "source_files": "SwiftDebugLog/Classes/**/*"
+}