[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 6 / b / TUIRoomKit / 2.5.0 / TUIRoomKit.podspec.json
blob89b861174002ad79fbe03a3376c7055614bd1c72
2   "name": "TUIRoomKit",
3   "version": "2.5.0",
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.5.0"
22   },
23   "dependencies": {
24     "SnapKit": [
26     ],
27     "TUICore": [
29     ],
30     "TIMCommon": [
32     ],
33     "Factory": [
35     ]
36   },
37   "default_subspecs": "TRTC",
38   "subspecs": [
39     {
40       "name": "Professional",
41       "dependencies": {
42         "RTCRoomEngine/Professional": [
43           "~> 2.5.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         ]
55       },
56       "resources": [
57         "iOS/TUIRoomKit/Resources/*.bundle"
58       ],
59       "pod_target_xcconfig": {
60         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_TRTC",
61         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 TXLiteAVSDK_TRTC=1"
62       }
63     },
64     {
65       "name": "TRTC",
66       "dependencies": {
67         "RTCRoomEngine/TRTC": [
68           "~> 2.5.0"
69         ]
70       },
71       "source_files": [
72         "iOS/TUIRoomKit/Source/**/*.{h,m,swift}",
73         "iOS/TUIRoomKit/RoomExtension/**/*.{h,m,swift}"
74       ],
75       "resource_bundles": {
76         "TUIRoomKitBundle": [
77           "iOS/TUIRoomKit/Resources/*.xcassets",
78           "iOS/TUIRoomKit/Resources/Localized/*.xcstrings"
79         ]
80       },
81       "resources": [
82         "iOS/TUIRoomKit/Resources/*.bundle"
83       ],
84       "pod_target_xcconfig": {
85         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_TRTC",
86         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 TXLiteAVSDK_TRTC=1"
87       }
88     }
89   ],
90   "swift_version": "5.0"