[Add] mesibo-calls 1.4.0
diff --git a/Specs/0/4/6/mesibo-calls/1.4.0/mesibo-calls.podspec.json b/Specs/0/4/6/mesibo-calls/1.4.0/mesibo-calls.podspec.json
new file mode 100644
index 0000000..2dca3c9
--- /dev/null
+++ b/Specs/0/4/6/mesibo-calls/1.4.0/mesibo-calls.podspec.json
@@ -0,0 +1,55 @@
+{
+  "name": "mesibo-calls",
+  "version": "1.4.0",
+  "summary": "mesibo Voice & Video Calls library",
+  "description": "Mesibo allows you to add real-time messaging, voice and video calling into your mobile apps, websites, and backend (or virtually any type of application) in no-time.\n\nMesibo supports one-to-one chat, group messaging, voice & video calls, end-to-end encryption and many more features to meet real-time communication requirements of almost all kind of apps.  Mesibo is modular, lightweight and easy to integrate - you can signup and get started in no time. To further accelerate your development, you can even download the source code of Mesibo apps from GitHub.",
+  "homepage": "https://mesibo.com",
+  "license": {
+    "type": "Copyright",
+    "text": "Copyright (c) 2021, Mesibo (https://mesibo.com)\nAll rights reserved.\n\nRedistributions and use in any form must reproduce the above copyright!\n"
+  },
+  "authors": {
+    "Name": "contact@mesibo.com"
+  },
+  "social_media_url": "https://www.facebook.com/mesiboapi",
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source": {
+    "git": "https://github.com/mesibo/mesiboframeworks.git",
+    "tag": "v1.4.0"
+  },
+  "ios": {
+    "vendored_frameworks": "mesibocall.framework",
+    "resources": "mesibocall.framework/Versions/A/Resources/MesiboCallBundle.bundle",
+    "dependencies": {
+      "mesibo": [
+
+      ],
+      "mesibo-webrtc": [
+
+      ]
+    },
+    "frameworks": [
+      "UIKit",
+      "Photos",
+      "CoreMedia",
+      "AVFoundation",
+      "AssetsLibrary",
+      "SystemConfiguration",
+      "MobileCoreServices",
+      "CoreTelephony",
+      "AVKit",
+      "MediaPlayer",
+      "MapKit"
+    ]
+  },
+  "pod_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "user_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "requires_arc": true,
+  "libraries": "c++"
+}