[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 6 / b / TUIRoomKit / 2.4.1 / TUIRoomKit.podspec.json
blobfca1ba1485aa79928cd01c79d0624304af3f960b
2   "name": "TUIRoomKit",
3   "version": "2.4.1",
4   "platforms": {
5     "ios": "13.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "iOS/TUIRoomKit/LICENSE"
10   },
11   "homepage": "https://github.com/tencentyun/TUIRoomKit",
12   "authors": "tencent video cloud",
13   "summary": "tencent video cloud for All-scenario Room Solution..",
14   "static_framework": true,
15   "xcconfig": {
16     "VALID_ARCHS": "armv7 arm64 x86_64"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/tencentyun/TUIRoomKit.git",
21     "tag": "v2.4.1"
22   },
23   "dependencies": {
24     "SnapKit": [
26     ],
27     "TUICore": [
29     ],
30     "TIMCommon": [
32     ]
33   },
34   "default_subspecs": "TRTC",
35   "subspecs": [
36     {
37       "name": "Professional",
38       "dependencies": {
39         "RTCRoomEngine/Professional": [
40           "~> 2.4.0"
41         ]
42       },
43       "source_files": [
44         "iOS/TUIRoomKit/Source/**/*.{h,m,swift}",
45         "iOS/TUIRoomKit/RoomExtension/**/*.{h,m,swift}"
46       ],
47       "resource_bundles": {
48         "TUIRoomKitBundle": [
49           "iOS/TUIRoomKit/Resources/*.xcassets",
50           "iOS/TUIRoomKit/Resources/Localized/*.xcstrings"
51         ]
52       },
53       "resources": [
54         "iOS/TUIRoomKit/Resources/*.bundle"
55       ],
56       "pod_target_xcconfig": {
57         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_Professional",
58         "GCC_PREPROCESSOR_DEFINITIONS": "TXLiteAVSDK_Professional=1"
59       }
60     },
61     {
62       "name": "TRTC",
63       "dependencies": {
64         "RTCRoomEngine/TRTC": [
65           "~> 2.4.0"
66         ]
67       },
68       "source_files": [
69         "iOS/TUIRoomKit/Source/**/*.{h,m,swift}",
70         "iOS/TUIRoomKit/RoomExtension/**/*.{h,m,swift}"
71       ],
72       "resource_bundles": {
73         "TUIRoomKitBundle": [
74           "iOS/TUIRoomKit/Resources/*.xcassets",
75           "iOS/TUIRoomKit/Resources/Localized/*.xcstrings"
76         ]
77       },
78       "resources": [
79         "iOS/TUIRoomKit/Resources/*.bundle"
80       ],
81       "pod_target_xcconfig": {
82         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_TRTC",
83         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 TXLiteAVSDK_TRTC=1"
84       }
85     },
86     {
87       "name": "Professional_iOS12",
88       "platforms": {
89         "ios": "12.0"
90       },
91       "dependencies": {
92         "RTCRoomEngine/Professional": [
93           "~> 2.4.0"
94         ],
95         "OpenCombine": [
96           "~> 0.14.0"
97         ],
98         "OpenCombineDispatch": [
99           "~> 0.14.0"
100         ],
101         "OpenCombineFoundation": [
102           "~> 0.14.0"
103         ]
104       },
105       "source_files": [
106         "iOS/TUIRoomKit/Source/**/*.{h,m,swift}",
107         "iOS/TUIRoomKit/RoomExtension/**/*.{h,m,swift}"
108       ],
109       "resource_bundles": {
110         "TUIRoomKitBundle": [
111           "iOS/TUIRoomKit/Resources/*.xcassets",
112           "iOS/TUIRoomKit/Resources/Localized/*.xcstrings"
113         ]
114       },
115       "resources": [
116         "iOS/TUIRoomKit/Resources/*.bundle"
117       ],
118       "pod_target_xcconfig": {
119         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_Professional",
120         "GCC_PREPROCESSOR_DEFINITIONS": "TXLiteAVSDK_Professional=1",
121         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "USE_OPENCOMBINE"
122       }
123     },
124     {
125       "name": "TRTC_iOS12",
126       "platforms": {
127         "ios": "12.0"
128       },
129       "dependencies": {
130         "RTCRoomEngine/TRTC": [
131           "~> 2.4.0"
132         ],
133         "OpenCombine": [
134           "~> 0.14.0"
135         ],
136         "OpenCombineDispatch": [
137           "~> 0.14.0"
138         ],
139         "OpenCombineFoundation": [
140           "~> 0.14.0"
141         ]
142       },
143       "source_files": [
144         "iOS/TUIRoomKit/Source/**/*.{h,m,swift}",
145         "iOS/TUIRoomKit/RoomExtension/**/*.{h,m,swift}"
146       ],
147       "resource_bundles": {
148         "TUIRoomKitBundle": [
149           "iOS/TUIRoomKit/Resources/*.xcassets",
150           "iOS/TUIRoomKit/Resources/Localized/*.xcstrings"
151         ]
152       },
153       "resources": [
154         "iOS/TUIRoomKit/Resources/*.bundle"
155       ],
156       "pod_target_xcconfig": {
157         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_TRTC",
158         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 TXLiteAVSDK_TRTC=1",
159         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "USE_OPENCOMBINE"
160       }
161     }
162   ],
163   "swift_version": "5.0"