[Add] SHList 0.1.0
diff --git a/Specs/f/4/b/SHList/0.1.0/SHList.podspec.json b/Specs/f/4/b/SHList/0.1.0/SHList.podspec.json
new file mode 100644
index 0000000..9f938b7
--- /dev/null
+++ b/Specs/f/4/b/SHList/0.1.0/SHList.podspec.json
@@ -0,0 +1,25 @@
+{
+  "name": "SHList",
+  "version": "0.1.0",
+  "summary": "HList for Swift",
+  "description": "HList for Swift as statically meta-programming.",
+  "homepage": "https://github.com/YusukeHosonuma/SHList",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Yusuke Hosonuma": "tobi462@gmail.com"
+  },
+  "social_media_url": "https://twitter.com/tobi462",
+  "platforms": {
+    "ios": "9.3"
+  },
+  "source": {
+    "git": "https://github.com/YusukeHosonuma/SHList.git",
+    "tag": "0.1.0"
+  },
+  "source_files": "Sources/SHList/**/*.{swift}",
+  "swift_versions": "5.1",
+  "swift_version": "5.1"
+}