[Add] WebEngage 4.3.0
diff --git a/Specs/1/f/c/WebEngage/4.3.0/WebEngage.podspec.json b/Specs/1/f/c/WebEngage/4.3.0/WebEngage.podspec.json
new file mode 100644
index 0000000..85923c9
--- /dev/null
+++ b/Specs/1/f/c/WebEngage/4.3.0/WebEngage.podspec.json
@@ -0,0 +1,48 @@
+{
+  "name": "WebEngage",
+  "version": "4.3.0",
+  "summary": "WebEngage framework helps bring the world of Marketing Automation to your App.",
+  "description": "This framework allows iOS apps to interact with WebEngage for User Analytics and Customer Engagement via Push and In-App notifications.",
+  "homepage": "https://webengage.com",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Saumitra R. Bhave": "saumitra.bhave@gmail.com",
+    "Yogesh Singh": "yogesh.singh@webklipper.com"
+  },
+  "social_media_url": "http://twitter.com/webengage",
+  "source": {
+    "http": "https://s3-us-west-2.amazonaws.com/webengage-sdk/ios/4.3.0/WebEngageFramework.zip",
+    "flatten": true
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "frameworks": [
+    "Foundation",
+    "CoreLocation",
+    "SystemConfiguration",
+    "UIKit",
+    "CoreGraphics"
+  ],
+  "weak_frameworks": "UserNotifications",
+  "libraries": "sqlite3",
+  "requires_arc": true,
+  "default_subspecs": "Xcode10",
+  "subspecs": [
+    {
+      "name": "Xcode10",
+      "ios": {
+        "vendored_frameworks": "xc10/WebEngage.framework"
+      }
+    },
+    {
+      "name": "Xcode9",
+      "ios": {
+        "vendored_frameworks": "xc9/WebEngage.framework"
+      }
+    }
+  ]
+}