[Add] DoricDevkit 0.3.23
diff --git a/Specs/6/7/e/DoricDevkit/0.3.23/DoricDevkit.podspec.json b/Specs/6/7/e/DoricDevkit/0.3.23/DoricDevkit.podspec.json
new file mode 100644
index 0000000..4706324
--- /dev/null
+++ b/Specs/6/7/e/DoricDevkit/0.3.23/DoricDevkit.podspec.json
@@ -0,0 +1,28 @@
+{
+  "name": "DoricDevkit",
+  "version": "0.3.23",
+  "summary": "Doric iOS Devkit",
+  "description": "Doric iOS Devkit for debugging & hotload.",
+  "homepage": "https://github.com/doric-pub/doric",
+  "license": {
+    "type": "Apache-2.0",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Jingpeng Wang": "jingpeng.wang@outlook.com"
+  },
+  "source": {
+    "git": "https://github.com/doric-pub/doric.git",
+    "tag": "0.3.23"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": "doric-iOS/Devkit/Classes/**/*",
+  "public_header_files": "doric-iOS/Devkit/Classes/**/*.h",
+  "dependencies": {
+    "DoricCore": [
+
+    ]
+  }
+}