[Add] FlexibleGeohash 0.0.1
diff --git a/Specs/3/3/6/FlexibleGeohash/0.0.1/FlexibleGeohash.podspec.json b/Specs/3/3/6/FlexibleGeohash/0.0.1/FlexibleGeohash.podspec.json
new file mode 100644
index 0000000..c560ae4
--- /dev/null
+++ b/Specs/3/3/6/FlexibleGeohash/0.0.1/FlexibleGeohash.podspec.json
@@ -0,0 +1,27 @@
+{
+  "name": "FlexibleGeohash",
+  "version": "0.0.1",
+  "summary": "Very fast library for handling Geohash. Encodable in other than base32.",
+  "description": "FlexibleGeohash is a very fast library for handling Geohash.\nGeohash is usually encoded in base32, but it can be encoded in base2/4/8/16/32.",
+  "homepage": "https://github.com/malt03/FlexibleGeohash",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Koji Murata": "malt.koji@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/malt03/FlexibleGeohash.git",
+    "tag": "v0.0.1"
+  },
+  "source_files": "Sources/**/*.swift",
+  "swift_versions": "5.2",
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.10",
+    "tvos": "10.0",
+    "watchos": "2.0"
+  },
+  "swift_version": "5.2"
+}