From 1a90822d174c022d7b738e675b66abfd209593f4 Mon Sep 17 00:00:00 2001 From: lixm1988 <527725681@qq.com> Date: Mon, 25 Nov 2024 08:47:33 +0100 Subject: [PATCH] [Add] HyphenateChat_test1 1.0.1 --- .../1.0.1/HyphenateChat_test1.podspec.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Specs/d/2/a/HyphenateChat_test1/1.0.1/HyphenateChat_test1.podspec.json diff --git a/Specs/d/2/a/HyphenateChat_test1/1.0.1/HyphenateChat_test1.podspec.json b/Specs/d/2/a/HyphenateChat_test1/1.0.1/HyphenateChat_test1.podspec.json new file mode 100644 index 000000000000..070f42e30bc8 --- /dev/null +++ b/Specs/d/2/a/HyphenateChat_test1/1.0.1/HyphenateChat_test1.podspec.json @@ -0,0 +1,36 @@ +{ + "name": "HyphenateChat_test1", + "version": "1.0.1", + "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_11_0.zip" + }, + "platforms": { + "ios": "10.0" + }, + "requires_arc": true, + "preserve_paths": "*.xcframework", + "vendored_frameworks": [ + "HyphenateChat.xcframework", + "aosl.xcframework" + ], + "xcconfig": { + "OTHER_LDFLAGS": "-ObjC" + }, + "pod_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64", + "VALID_ARCHS": "arm64 x86_64" + }, + "user_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + } +} -- 2.11.4.GIT