[Add] Cluster 3.0.0
diff --git a/Specs/2/4/9/Cluster/3.0.0/Cluster.podspec.json b/Specs/2/4/9/Cluster/3.0.0/Cluster.podspec.json
new file mode 100644
index 0000000..93be2b2
--- /dev/null
+++ b/Specs/2/4/9/Cluster/3.0.0/Cluster.podspec.json
@@ -0,0 +1,30 @@
+{
+  "name": "Cluster",
+  "version": "3.0.0",
+  "summary": "Map Clustering Library",
+  "homepage": "https://github.com/efremidze/Cluster",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "efremidze": "efremidzel@hotmail.com"
+  },
+  "documentation_url": "https://efremidze.github.io/Cluster/",
+  "source": {
+    "git": "https://github.com/efremidze/Cluster.git",
+    "tag": "3.0.0"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "swift_version": "5.0",
+  "source_files": "Sources/*.swift",
+  "testspecs": [
+    {
+      "name": "Tests",
+      "test_type": "unit",
+      "source_files": "Tests/*.swift"
+    }
+  ]
+}