[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 0 / a / EaseChatUIKit / 4.5.0 / EaseChatUIKit.podspec.json
blobe87ce73574b56be0a1c55e377b0122b449a83f66
2   "name": "EaseChatUIKit",
3   "version": "4.5.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.5.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   ],
30   "dependencies": {
31     "HyphenateChat": [
32       "~> 4.5.0"
33     ]
34   },
35   "static_framework": true,
36   "swift_versions": "5.0",
37   "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",
38   "public_header_files": "Sources/EaseChatUIKit/Classes/UI/Foundation/EaseChatUIKit-Bridge.h",
39   "preserve_paths": [
40     "Sources/EaseChatUIKit/Classes/UI/Core/Foundation/third-party/**/*.a",
41     "Sources/EaseChatUIKit/Classes/UI/Core/Foundation/third-party/vo-amrwbenc/lib/*.a"
42   ],
43   "vendored_libraries": [
44     "Sources/EaseChatUIKit/Classes/UI/Core/Foundation/third-party/**/*.a",
45     "Sources/EaseChatUIKit/Classes/UI/Core/Foundation/third-party/vo-amrwbenc/lib/*.a"
46   ],
47   "pod_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
49     "VALID_ARCHS": "arm64 armv7 x86_64"
50   },
51   "user_target_xcconfig": {
52     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
53   },
54   "frameworks": [
55     "UIKit",
56     "Foundation",
57     "Combine",
58     "AudioToolbox",
59     "AVFoundation",
60     "AVFAudio",
61     "Photos"
62   ],
63   "swift_version": "5.0"