[Add] JSDrawer 1.1.0
diff --git a/Specs/4/0/8/JSDrawer/1.1.0/JSDrawer.podspec.json b/Specs/4/0/8/JSDrawer/1.1.0/JSDrawer.podspec.json
new file mode 100644
index 0000000..7da48c0
--- /dev/null
+++ b/Specs/4/0/8/JSDrawer/1.1.0/JSDrawer.podspec.json
@@ -0,0 +1,28 @@
+{
+  "name": "JSDrawer",
+  "version": "1.1.0",
+  "summary": "一个简便易用的侧滑抽屉框架。",
+  "description": "一个简便易用的侧滑抽屉框架,无需创建复杂的 ViewController。",
+  "homepage": "https://github.com/spirit-jsb/JSDrawer.git",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "spirit-jsb": "sibo_jian_29903549@163.com"
+  },
+  "swift_versions": "5.0",
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source": {
+    "git": "https://github.com/spirit-jsb/JSDrawer.git",
+    "tag": "1.1.0"
+  },
+  "source_files": "Sources/**/*.swift",
+  "requires_arc": true,
+  "frameworks": [
+    "UIKit",
+    "Foundation"
+  ]
+}