[Add] FNV 1.0.6
diff --git a/Specs/d/a/4/FNV/1.0.6/FNV.podspec.json b/Specs/d/a/4/FNV/1.0.6/FNV.podspec.json
new file mode 100644
index 0000000..5a52426
--- /dev/null
+++ b/Specs/d/a/4/FNV/1.0.6/FNV.podspec.json
@@ -0,0 +1,27 @@
+{
+  "name": "FNV",
+  "version": "1.0.6",
+  "summary": "FNV hash framework in Swift.",
+  "description": "This is \"FNV\" (Fowler/Noll/Vo) hash framework in Swift.\nFramework include \"FNV-0 32/64bit\", \"FNV-1 32/64bit\", \"FNV-1a 32/64bit\" functions.\n\nOriginal FNV algorithm created by Glenn Fowler, Landon Curt Noll, and Kiem-Phong Vo.",
+  "homepage": "https://github.com/daisuke-t-jp/FNV",
+  "screenshots": "https://raw.githubusercontent.com/daisuke-t-jp/FNV/master/doc/header.png",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "daisuke-t-jp": "daisuke.t.jp@gmail.com"
+  },
+  "platforms": {
+    "ios": "10.0",
+    "osx": "10.12",
+    "tvos": "12.0"
+  },
+  "source": {
+    "git": "https://github.com/daisuke-t-jp/FNV.git",
+    "tag": "1.0.6"
+  },
+  "source_files": "FNV/FNV/*.{h,swift}",
+  "swift_version": "4.2",
+  "requires_arc": true
+}