[Add] UITableViewPresentation 3.0.0
diff --git a/Specs/6/0/1/UITableViewPresentation/3.0.0/UITableViewPresentation.podspec.json b/Specs/6/0/1/UITableViewPresentation/3.0.0/UITableViewPresentation.podspec.json
new file mode 100644
index 0000000..78ac600
--- /dev/null
+++ b/Specs/6/0/1/UITableViewPresentation/3.0.0/UITableViewPresentation.podspec.json
@@ -0,0 +1,29 @@
+{
+  "name": "UITableViewPresentation",
+  "version": "3.0.0",
+  "summary": "UITableViewPresentation.",
+  "description": "A presentation library for coordinating changes between your models and your tableview",
+  "homepage": "https://github.com/ChristopherCarranza/UITableViewPresentation",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Chris Carranza": "chris.carranza@icloud.com"
+  },
+  "source": {
+    "git": "https://github.com/ChristopherCarranza/UITableViewPresentation.git",
+    "tag": "3.0.0"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "swift_versions": "5.0",
+  "source_files": "UITableViewPresentation/Classes/**/*",
+  "dependencies": {
+    "Dwifft": [
+      "0.9.0"
+    ]
+  },
+  "swift_version": "5.0"
+}