[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 0 / a / EaseChatUIKit / 4.9.0 / EaseChatUIKit.podspec.json
blob76dc69b8aea669de03185c582355998d1f0836dc
2   "name": "EaseChatUIKit",
3   "version": "4.9.0",
4   "summary": "A easy for use ChatUIKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://doc.easemob.com/uikit/chatuikit/ios/chatuikit_overview.html",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zjc19891106": "984065974@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/easemob/chatuikit-ios.git",
16     "tag": "4.9.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "xcconfig": {
22     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/Sources/EaseChatUIKit/Classes/UI/Core/Foundation/third-party/**/*"
23   },
24   "source_files": [
25     "Sources/EaseChatUIKit/Classes/**/*.{h,swift}"
26   ],
27   "resources": [
28     "Sources/EaseChatUIKit/Classes/UI/**/*.bundle",
29     "Sources/EaseChatUIKit/Classes/UI/**/*.xcprivacy"
30   ],
31   "dependencies": {
32     "HyphenateChat": [
33       ">= 4.6.0"
34     ]
35   },
36   "static_framework": true,
37   "swift_versions": "5.0",
38   "prefix_header_contents": "# if __has_include (<EaseChatUIKit/EaseChatUIKit-Bridge.h>)\n#import <EaseChatUIKit/EaseChatUIKit-Bridge.h>\n# else\n#import \"EaseChatUIKit-Bridge.h\"\n# endif",
39   "public_header_files": "Sources/EaseChatUIKit/Classes/UI/Foundation/EaseChatUIKit-Bridge.h",
40   "preserve_paths": [
41     "Sources/EaseChatUIKit/Classes/UI/Core/Foundation/third-party/**/*.a",
42     "Sources/EaseChatUIKit/Classes/UI/Core/Foundation/third-party/vo-amrwbenc/lib/*.a"
43   ],
44   "vendored_libraries": [
45     "Sources/EaseChatUIKit/Classes/UI/Core/Foundation/third-party/**/*.a",
46     "Sources/EaseChatUIKit/Classes/UI/Core/Foundation/third-party/vo-amrwbenc/lib/*.a"
47   ],
48   "pod_target_xcconfig": {
49     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
50     "VALID_ARCHS": "arm64 armv7 x86_64"
51   },
52   "user_target_xcconfig": {
53     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
54   },
55   "frameworks": [
56     "UIKit",
57     "Foundation",
58     "Combine",
59     "AudioToolbox",
60     "AVFoundation",
61     "AVFAudio",
62     "Photos"
63   ],
64   "swift_version": "5.0"