[Add] DQExtensions 0.1.1
diff --git a/Specs/7/5/8/DQExtensions/0.1.1/DQExtensions.podspec.json b/Specs/7/5/8/DQExtensions/0.1.1/DQExtensions.podspec.json
new file mode 100644
index 0000000..3d56aa8
--- /dev/null
+++ b/Specs/7/5/8/DQExtensions/0.1.1/DQExtensions.podspec.json
@@ -0,0 +1,26 @@
+{
+  "name": "DQExtensions",
+  "version": "0.1.1",
+  "summary": "DispatchQueue Extensions, The Missing Parts.",
+  "description": "DQExtensions adds several useful extensions and conveniences for managing `DispatchQueue` types in Grand Central Dispatch.\nApple provides powerful functionality to boot, but there's some things that this library helps solve including identifying queues, \nsafer sync methods to execute inline if the same queue is detected, and global helpers.",
+  "homepage": "https://github.com/pokanop/dqe",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": "Sahel Jalal",
+  "social_media_url": "https://twitter.com/saheljalal",
+  "platforms": {
+    "ios": "12.0"
+  },
+  "source": {
+    "git": "https://github.com/pokanop/dqe",
+    "tag": "0.1.1"
+  },
+  "source_files": "Sources/**/*.{swift}",
+  "frameworks": "Foundation",
+  "swift_versions": [
+    "5.0"
+  ],
+  "swift_version": "5.0"
+}