[Add] EngageSDK-iOS 3.1
diff --git a/Specs/4/3/6/EngageSDK-iOS/3.1/EngageSDK-iOS.podspec.json b/Specs/4/3/6/EngageSDK-iOS/3.1/EngageSDK-iOS.podspec.json
new file mode 100644
index 0000000..b4dcf61
--- /dev/null
+++ b/Specs/4/3/6/EngageSDK-iOS/3.1/EngageSDK-iOS.podspec.json
@@ -0,0 +1,37 @@
+{
+  "name": "EngageSDK-iOS",
+  "version": "3.1",
+  "summary": "A library to discover beacon based on UUID",
+  "description": "EngageSDK provide the becacon searching and also provode searching based on location",
+  "homepage": "https://www.proximipro.com",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": "Verlos",
+  "platforms": {
+    "ios": "12.0"
+  },
+  "swift_versions": "5.0",
+  "source": {
+    "git": "https://github.com/Verlos/EngageSDK-iOS.git",
+    "tag": "3.1"
+  },
+  "ios": {
+    "vendored_frameworks": [
+      "EngageSDKFrameworks/Frameworks/EngageSDK.framework"
+    ]
+  },
+  "public_header_files": "EngageSDKFrameworks/Frameworks/EngageSDK.framework/Headers/*.h",
+  "source_files": "EngageSDKFrameworks/Frameworks/EngageSDK.framework/Headers/*.h",
+  "frameworks": "UIKit",
+  "dependencies": {
+    "SQLite.swift": [
+      "~> 0.12.2"
+    ],
+    "ReachabilitySwift": [
+      "~> 4.3.1"
+    ]
+  },
+  "swift_version": "5.0"
+}