[Add] DanmakuKit 0.3.0
diff --git a/Specs/2/d/6/DanmakuKit/0.3.0/DanmakuKit.podspec.json b/Specs/2/d/6/DanmakuKit/0.3.0/DanmakuKit.podspec.json
new file mode 100644
index 0000000..20385a7
--- /dev/null
+++ b/Specs/2/d/6/DanmakuKit/0.3.0/DanmakuKit.podspec.json
@@ -0,0 +1,26 @@
+{
+  "name": "DanmakuKit",
+  "version": "0.3.0",
+  "summary": "DanmakuKit is a tool for rapid development of danmaku functions.",
+  "description": "DanmakuKit is a high performance danmaku framework that you can use to customize your own unique danmaku style. It provides an asynchronous and synchronous way for you to draw a danmaku. And it provides three types of danmaku: floating, roof screens and floor screens.",
+  "homepage": "https://github.com/qyz777/DanmakuKit",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "qyz777": "qyizhong1998@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/qyz777/DanmakuKit.git",
+    "tag": "0.3.0"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "swift_versions": [
+    "5.0"
+  ],
+  "source_files": "DanmakuKit/Classes/**/*",
+  "swift_version": "5.0"
+}