From 3daf896876df9f085579a8fdaf5486e43714d80f Mon Sep 17 00:00:00 2001 From: lixm1988 <527725681@qq.com> Date: Tue, 30 Jan 2024 12:03:42 +0100 Subject: [PATCH] [Add] HyphenateChat 4.4.0 --- .../HyphenateChat/4.4.0/HyphenateChat.podspec.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Specs/b/4/8/HyphenateChat/4.4.0/HyphenateChat.podspec.json diff --git a/Specs/b/4/8/HyphenateChat/4.4.0/HyphenateChat.podspec.json b/Specs/b/4/8/HyphenateChat/4.4.0/HyphenateChat.podspec.json new file mode 100644 index 000000000000..d5b1a32b996b --- /dev/null +++ b/Specs/b/4/8/HyphenateChat/4.4.0/HyphenateChat.podspec.json @@ -0,0 +1,26 @@ +{ + "name": "HyphenateChat", + "version": "4.4.0", + "license": { + "type": "Copyright", + "text": "Hyphenate Inc. 2017" + }, + "summary": "An Objective-C client for IM service", + "description": "HyphenateChat is a cloud-based PaaS (Platform as a Service) for Mobile Instant Messaging (MIM). We provide in-app messaging features such as one-to-one chat, group chat, voice message, picture/video/file sharing, location sharing, real-time voice/video calling, etc.", + "homepage": "http://www.easemob.com/", + "authors": { + "Hyphenate Inc.": "sdk@easemob.com" + }, + "source": { + "http": "https://downloadsdk.easemob.com/downloads/HyphenateChat4_4_0.zip" + }, + "platforms": { + "ios": "10.0" + }, + "requires_arc": true, + "preserve_paths": "*.xcframework", + "vendored_frameworks": "*.xcframework", + "xcconfig": { + "OTHER_LDFLAGS": "-ObjC" + } +} -- 2.11.4.GIT