[Add] Tempura 4.3.0
diff --git a/Specs/3/5/b/Tempura/4.3.0/Tempura.podspec.json b/Specs/3/5/b/Tempura/4.3.0/Tempura.podspec.json
new file mode 100644
index 0000000..897173f
--- /dev/null
+++ b/Specs/3/5/b/Tempura/4.3.0/Tempura.podspec.json
@@ -0,0 +1,36 @@
+{
+  "name": "Tempura",
+  "version": "4.3.0",
+  "summary": "UI architecture for apps",
+  "homepage": "https://bendingspoons.com",
+  "license": {
+    "type": "No License",
+    "text": "Copyright 2018 BendingSpoons"
+  },
+  "authors": {
+    "Bending Spoons": "team@bendingspoons.com"
+  },
+  "source": {
+    "git": "https://github.com/BendingSpoons/tempura-swift.git",
+    "tag": "4.3.0"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "dependencies": {
+    "Katana": [
+      ">= 3.0",
+      "< 4"
+    ]
+  },
+  "swift_versions": "5.0",
+  "ios": {
+    "source_files": [
+      "Tempura/Core/**/*.swift",
+      "Tempura/Navigation/**/*.swift",
+      "Tempura/SupportingFiles/**/*.swift",
+      "Tempura/Utilities/**/*.swift"
+    ]
+  },
+  "swift_version": "5.0"
+}