[Add] VDCommon 1.0.0
diff --git a/Specs/9/e/4/VDCommon/1.0.0/VDCommon.podspec.json b/Specs/9/e/4/VDCommon/1.0.0/VDCommon.podspec.json
new file mode 100644
index 0000000..2704f11
--- /dev/null
+++ b/Specs/9/e/4/VDCommon/1.0.0/VDCommon.podspec.json
@@ -0,0 +1,42 @@
+{
+  "name": "VDCommon",
+  "version": "1.0.0",
+  "summary": "a common component",
+  "homepage": "https://github.com/VolientDuan/Common",
+  "license": "MIT",
+  "authors": {
+    "volientDuan": "volientduan@163.com"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "frameworks": "UIKit",
+  "source": {
+    "git": "https://github.com/VolientDuan/Common.git",
+    "tag": "1.0.0"
+  },
+  "requires_arc": true,
+  "source_files": "Common/VDCommon/VDCommon.h",
+  "subspecs": [
+    {
+      "name": "Tool",
+      "platforms": {
+        "ios": "8.0"
+      },
+      "source_files": [
+        "Common/VDCommon/Tool/VDTool.h",
+        "Common/VDCommon/Tool/**/**.{h,m}"
+      ]
+    },
+    {
+      "name": "Category",
+      "platforms": {
+        "ios": "8.0"
+      },
+      "source_files": [
+        "Common/VDCommon/Category/VDCategory.h",
+        "Common/VDCommon/Category/**/**.{h,m}"
+      ]
+    }
+  ]
+}