[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 0 / 2 / chat-uikit / 2.0.0RC / chat-uikit.podspec.json
blob3f4a15d9d1699338859d5096c062411176dcc92e
2   "name": "chat-uikit",
3   "version": "2.0.0RC",
4   "summary": "agora im UIKit",
5   "homepage": "https://github.com/AgoraIO-Usecase/AgoraChat-UIKit-ios",
6   "description": "chat-uikit new version",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "agora": "dev@agora.com"
13   },
14   "source": {
15     "git": "https://github.com/AgoraIO-Usecase/AgoraChat-UIKit-ios.git",
16     "tag": "2.0.0RC"
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     "Agora_Chat_iOS": [
33       "1.3.0"
34     ]
35   },
36   "static_framework": true,
37   "swift_versions": "5.0",
38   "prefix_header_contents": "# if __has_include (<chat-uikit/chat-uikit-Bridge.h>)\n#import <chat-uikit/chat-uikit-Bridge.h>\n# else\n#import \"chat-uikit-Bridge.h\"\n# endif",
39   "public_header_files": "Sources/EaseChatUIKit/Classes/UI/Foundation/chat-uikit-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"