[Add] YuntxIMLib 5.5.0
diff --git a/Specs/8/d/9/YuntxIMLib/5.5.0/YuntxIMLib.podspec.json b/Specs/8/d/9/YuntxIMLib/5.5.0/YuntxIMLib.podspec.json
new file mode 100644
index 0000000..73c9385
--- /dev/null
+++ b/Specs/8/d/9/YuntxIMLib/5.5.0/YuntxIMLib.podspec.json
@@ -0,0 +1,77 @@
+{
+  "name": "YuntxIMLib",
+  "version": "5.5.0",
+  "summary": "容联云通讯IM SDK(如果看不到最新版本,请使用 pod repo update 命令更新一下本地pod仓库)",
+  "description": "容联云通讯SDK YuntxIMLib. (如果看不到最新版本,请使用 pod repo update 命令更新一下本地pod仓库)",
+  "homepage": "https://www.yuntongxun.com/",
+  "license": "MIT",
+  "authors": {
+    "gaoyuan": "2502905737@qq.com"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source": {
+    "git": "https://gitlab.com/YuntxSDK/YuntxIMLib.git",
+    "tag": "5.5.0"
+  },
+  "resources": "sdk/CCPSDKBundle.bundle",
+  "source_files": "sdk/*.h",
+  "vendored_libraries": "sdk/*.a",
+  "libraries": [
+    "resolv.9",
+    "icucore",
+    "sqlite3",
+    "z",
+    "xml2",
+    "bz2.1.0",
+    "c++"
+  ],
+  "frameworks": [
+    "CoreTelephony",
+    "MediaPlayer",
+    "CFNetwork",
+    "SystemConfiguration",
+    "MobileCoreServices",
+    "AudioToolbox",
+    "AVFoundation",
+    "VideoToolbox"
+  ],
+  "requires_arc": true,
+  "xcconfig": {
+    "OTHER_LINKER_FLAGS": "-ObjC",
+    "ENABLE_BITCODE": "NO"
+  },
+  "subspecs": [
+    {
+      "name": "Delegate",
+      "source_files": "sdk/Delegate/*.h"
+    },
+    {
+      "name": "enums",
+      "source_files": "sdk/enums/*.h"
+    },
+    {
+      "name": "Manager",
+      "source_files": "sdk/Manager/*.h"
+    },
+    {
+      "name": "private",
+      "source_files": "sdk/private/*.h"
+    },
+    {
+      "name": "types",
+      "source_files": "sdk/types/*.h",
+      "subspecs": [
+        {
+          "name": "LiveChatRoomType",
+          "source_files": "sdk/types/LiveChatRoomType/*.h"
+        }
+      ]
+    },
+    {
+      "name": "board",
+      "source_files": "sdk/board/*.h"
+    }
+  ]
+}