[Add] Tsuchi 0.7.0
diff --git a/Specs/0/2/4/Tsuchi/0.7.0/Tsuchi.podspec.json b/Specs/0/2/4/Tsuchi/0.7.0/Tsuchi.podspec.json
new file mode 100644
index 0000000..591903c
--- /dev/null
+++ b/Specs/0/2/4/Tsuchi/0.7.0/Tsuchi.podspec.json
@@ -0,0 +1,31 @@
+{
+  "name": "Tsuchi",
+  "version": "0.7.0",
+  "summary": "Tsuchi is a Firebase Cloud Messaging wrapper.",
+  "description": "Tsuchi is a Firebase Cloud Messaging wrapper.\nYou can define type safe Notification object, and handle it.",
+  "homepage": "https://github.com/miup/Tsuchi",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "miup": "contact@miup.blue"
+  },
+  "source": {
+    "git": "https://github.com/miup/Tsuchi.git",
+    "tag": "0.7.0"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "source_files": "Tsuchi/Classes/**/*",
+  "static_framework": true,
+  "dependencies": {
+    "Firebase/Core": [
+      "~>6.0"
+    ],
+    "Firebase/Messaging": [
+      "~>6.0"
+    ]
+  }
+}