[Add] AppLovinMediationTencentGDTAdapter 4.15.21.1
[CocoaPods.git] / Specs / 2 / 6 / b / TUIRoomKit / 2.8.4 / TUIRoomKit.podspec.json
blob150de49123030eb724c5bf01410ef5f9a1879eb6
2   "name": "TUIRoomKit",
3   "version": "2.8.4",
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": "arm64 x86_64"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/Tencent-RTC/TUIRoomKit.git",
21     "tag": "v2.8.4"
22   },
23   "dependencies": {
24     "SnapKit": [
26     ],
27     "TUICore": [
29     ],
30     "TIMCommon": [
32     ],
33     "Factory": [
34       "~> 2.3.0"
35     ]
36   },
37   "default_subspecs": "TRTC",
38   "subspecs": [
39     {
40       "name": "Professional",
41       "dependencies": {
42         "RTCRoomEngine/Professional": [
43           "~> 2.8.0"
44         ]
45       },
46       "source_files": [
47         "iOS/TUIRoomKit/Source/**/*.{h,m,swift}",
48         "iOS/TUIRoomKit/RoomExtension/**/*.{h,m,swift}"
49       ],
50       "resource_bundles": {
51         "TUIRoomKitBundle": [
52           "iOS/TUIRoomKit/Resources/*.xcassets",
53           "iOS/TUIRoomKit/Resources/Localized/*.xcstrings",
54           "iOS/TUIRoomKit/Resources/**/*.mp3"
55         ]
56       },
57       "resources": [
58         "iOS/TUIRoomKit/Resources/*.bundle"
59       ],
60       "pod_target_xcconfig": {
61         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_Professional",
62         "GCC_PREPROCESSOR_DEFINITIONS": "TXLiteAVSDK_Professional=1"
63       }
64     },
65     {
66       "name": "TRTC",
67       "dependencies": {
68         "RTCRoomEngine/TRTC": [
69           "~> 2.8.0"
70         ]
71       },
72       "source_files": [
73         "iOS/TUIRoomKit/Source/**/*.{h,m,swift}",
74         "iOS/TUIRoomKit/RoomExtension/**/*.{h,m,swift}"
75       ],
76       "resource_bundles": {
77         "TUIRoomKitBundle": [
78           "iOS/TUIRoomKit/Resources/*.xcassets",
79           "iOS/TUIRoomKit/Resources/Localized/*.xcstrings",
80           "iOS/TUIRoomKit/Resources/**/*.mp3"
81         ]
82       },
83       "resources": [
84         "iOS/TUIRoomKit/Resources/*.bundle"
85       ],
86       "pod_target_xcconfig": {
87         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_TRTC",
88         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 TXLiteAVSDK_TRTC=1"
89       }
90     }
91   ],
92   "swift_version": "5.0"