[Add] GLTagView 1.0.0
diff --git a/Specs/4/1/c/GLTagView/1.0.0/GLTagView.podspec.json b/Specs/4/1/c/GLTagView/1.0.0/GLTagView.podspec.json
new file mode 100644
index 0000000..e78f46a
--- /dev/null
+++ b/Specs/4/1/c/GLTagView/1.0.0/GLTagView.podspec.json
@@ -0,0 +1,26 @@
+{
+  "name": "GLTagView",
+  "version": "1.0.0",
+  "summary": "轻量级标签选择控件",
+  "description": "轻量级标签选择控件,扩展性强。采用Swift编写,兼容OC。",
+  "homepage": "https://github.com/liujunliuhong/TagView",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "liujunliuhong": "1035841713@qq.com"
+  },
+  "source": {
+    "git": "https://github.com/liujunliuhong/TagView.git",
+    "tag": "1.0.0"
+  },
+  "module_name": "GLTagView",
+  "swift_versions": "5.0",
+  "platforms": {
+    "ios": "8.0"
+  },
+  "requires_arc": true,
+  "source_files": "Sources/*.swift",
+  "swift_version": "5.0"
+}