From 6a6cfcf0d82dca1054981532fb72a908846b46eb Mon Sep 17 00:00:00 2001 From: lixm1988 <527725681@qq.com> Date: Wed, 3 Feb 2021 04:24:00 -0500 Subject: [PATCH] [Add] Hyphenate 3.7.4 --- Specs/a/a/3/Hyphenate/3.7.4/Hyphenate.podspec.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Specs/a/a/3/Hyphenate/3.7.4/Hyphenate.podspec.json diff --git a/Specs/a/a/3/Hyphenate/3.7.4/Hyphenate.podspec.json b/Specs/a/a/3/Hyphenate/3.7.4/Hyphenate.podspec.json new file mode 100644 index 000000000000..0dc34f7fd003 --- /dev/null +++ b/Specs/a/a/3/Hyphenate/3.7.4/Hyphenate.podspec.json @@ -0,0 +1,26 @@ +{ + "name": "Hyphenate", + "version": "3.7.4", + "license": { + "type": "Copyright", + "text": "Hyphenate Inc. 2017" + }, + "summary": "An Objective-C client for IM service", + "description": "Hyphenate 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/iOS_Pods_IMFullSDK_V3.7.4.zip" + }, + "platforms": { + "ios": "9.0" + }, + "requires_arc": true, + "preserve_paths": "*.framework", + "vendored_frameworks": "*.framework", + "xcconfig": { + "OTHER_LDFLAGS": "-ObjC" + } +} -- 2.11.4.GIT