[Add] GGTableView 0.1.0
diff --git a/Specs/0/8/f/GGTableView/0.1.0/GGTableView.podspec.json b/Specs/0/8/f/GGTableView/0.1.0/GGTableView.podspec.json
new file mode 100644
index 0000000..f0a3dc3
--- /dev/null
+++ b/Specs/0/8/f/GGTableView/0.1.0/GGTableView.podspec.json
@@ -0,0 +1,27 @@
+{
+  "name": "GGTableView",
+  "version": "0.1.0",
+  "summary": "This pod just provides a simpler, maybe, way to use UITableView.",
+  "description": "GGTableView centralizes the management logic for the cell, aims to privide a modular way to use UITableView",
+  "homepage": "https://github.com/coppergaga/GGTableView",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "coppergaga": "411998690@qq.comm"
+  },
+  "source": {
+    "git": "https://github.com/coppergaga/GGTableView.git",
+    "tag": "0.1.0"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "swift_versions": [
+    "5.0"
+  ],
+  "source_files": "GGTableView/Classes/**/*",
+  "requires_arc": true,
+  "swift_version": "5.0"
+}