[Add] KlarnaMobileSDK 2.0.43
diff --git a/Specs/b/9/a/KlarnaMobileSDK/2.0.43/KlarnaMobileSDK.podspec.json b/Specs/b/9/a/KlarnaMobileSDK/2.0.43/KlarnaMobileSDK.podspec.json
new file mode 100644
index 0000000..153110d
--- /dev/null
+++ b/Specs/b/9/a/KlarnaMobileSDK/2.0.43/KlarnaMobileSDK.podspec.json
@@ -0,0 +1,73 @@
+{
+  "name": "KlarnaMobileSDK",
+  "version": "2.0.43",
+  "summary": "Klarna Mobile SDK for iOS",
+  "description": "Klarna Mobile SDK for iOS apps.",
+  "homepage": "https://github.com/klarna/klarna-mobile-sdk.git",
+  "license": {
+    "type": "Apache License, Version 2.0",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Klarna Mobile SDK Team": "mobile.sdk@klarna.com"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source": {
+    "git": "https://github.com/klarna/klarna-mobile-sdk.git",
+    "tag": "2.0.43"
+  },
+  "requires_arc": true,
+  "swift_versions": "5.0",
+  "default_subspecs": "full",
+  "pod_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "user_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "subspecs": [
+    {
+      "name": "xcode-11.7-fat",
+      "source_files": "ios/xcode-11.7-fat/KlarnaMobileSDK.framework/Headers/*.h",
+      "public_header_files": "ios/xcode-11.7-fat/KlarnaMobileSDK.framework/Headers/*.h",
+      "vendored_frameworks": "ios/xcode-11.7-fat/KlarnaMobileSDK.framework"
+    },
+    {
+      "name": "xcode-11.7-fat-full",
+      "source_files": "ios/full/xcode-11.7-fat/KlarnaMobileSDK.framework/Headers/*.h",
+      "public_header_files": "ios/full/xcode-11.7-fat/KlarnaMobileSDK.framework/Headers/*.h",
+      "vendored_frameworks": "ios/full/xcode-11.7-fat/KlarnaMobileSDK.framework"
+    },
+    {
+      "name": "xcode-12.3-fat",
+      "source_files": "ios/xcode-12.3-fat/KlarnaMobileSDK.framework/Headers/*.h",
+      "public_header_files": "ios/xcode-12.3-fat/KlarnaMobileSDK.framework/Headers/*.h",
+      "vendored_frameworks": "ios/xcode-12.3-fat/KlarnaMobileSDK.framework"
+    },
+    {
+      "name": "xcode-12.3-fat-full",
+      "source_files": "ios/full/xcode-12.3-fat/KlarnaMobileSDK.framework/Headers/*.h",
+      "public_header_files": "ios/full/xcode-12.3-fat/KlarnaMobileSDK.framework/Headers/*.h",
+      "vendored_frameworks": "ios/full/xcode-12.3-fat/KlarnaMobileSDK.framework"
+    },
+    {
+      "name": "full",
+      "dependencies": {
+        "KlarnaMobileSDK/xcode-12.3-fat-full": [
+
+        ]
+      }
+    },
+    {
+      "name": "basic",
+      "dependencies": {
+        "KlarnaMobileSDK/xcode-12.3-fat": [
+
+        ]
+      }
+    }
+  ],
+  "swift_version": "5.0"
+}