[Add] GLPickerView 1.0.0
diff --git a/Specs/1/4/e/GLPickerView/1.0.0/GLPickerView.podspec.json b/Specs/1/4/e/GLPickerView/1.0.0/GLPickerView.podspec.json
new file mode 100644
index 0000000..13ecb4d
--- /dev/null
+++ b/Specs/1/4/e/GLPickerView/1.0.0/GLPickerView.podspec.json
@@ -0,0 +1,42 @@
+{
+  "name": "GLPickerView",
+  "homepage": "https://github.com/liujunliuhong/PickerView",
+  "summary": "系统UIPickerView、UIDatePicker的封装,国内城市选择器的封装",
+  "description": "系统UIPickerView、UIDatePicker的封装,国内城市选择器的封装,提供了从屏幕底部逐渐弹出的交互效果",
+  "authors": {
+    "liujunliuhong": "1035841713@qq.com"
+  },
+  "version": "1.0.0",
+  "source": {
+    "git": "https://github.com/liujunliuhong/PickerView.git",
+    "tag": "1.0.0"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "module_name": "GLPickerView",
+  "swift_versions": "5.0",
+  "requires_arc": true,
+  "static_framework": true,
+  "subspecs": [
+    {
+      "name": "Common",
+      "source_files": "Sources/Picker/*.swift"
+    },
+    {
+      "name": "City",
+      "source_files": "Sources/City Picker/*.swift",
+      "dependencies": {
+        "GLPickerView/Common": [
+
+        ]
+      },
+      "resources": "Sources/City Picker/GLCity.bundle"
+    }
+  ],
+  "swift_version": "5.0"
+}