[Add] TempuraTesting 4.3.0
diff --git a/Specs/3/2/9/TempuraTesting/4.3.0/TempuraTesting.podspec.json b/Specs/3/2/9/TempuraTesting/4.3.0/TempuraTesting.podspec.json
new file mode 100644
index 0000000..515eea9
--- /dev/null
+++ b/Specs/3/2/9/TempuraTesting/4.3.0/TempuraTesting.podspec.json
@@ -0,0 +1,43 @@
+{
+  "name": "TempuraTesting",
+  "version": "4.3.0",
+  "summary": "UI Tests 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"
+  },
+  "weak_frameworks": "XCTest",
+  "user_target_xcconfig": {
+    "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
+  },
+  "dependencies": {
+    "Tempura": [
+      ">= 4.0",
+      "< 5.0"
+    ]
+  },
+  "swift_versions": "5.0",
+  "ios": {
+    "source_files": [
+      "Tempura/UITests/**/*.swift"
+    ]
+  },
+  "pod_target_xcconfig": {
+    "OTHER_LDFLAGS": "-weak-lswiftXCTest",
+    "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
+    "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"",
+    "ENABLE_BITCODE": "NO"
+  },
+  "swift_version": "5.0"
+}