[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 6 / b / TUIRoomKit / 1.2.2 / TUIRoomKit.podspec.json
blob41febc210328263704f0c729ac674b5b58818358
2   "name": "TUIRoomKit",
3   "version": "1.2.2",
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": "v1.2.2"
22   },
23   "dependencies": {
24     "SnapKit": [
26     ],
27     "TUICore": [
28       "~> 7.1.3925"
29     ]
30   },
31   "default_subspecs": "TRTC",
32   "subspecs": [
33     {
34       "name": "Professional",
35       "dependencies": {
36         "TUIRoomEngine/Professional": [
37           "~> 1.2.0"
38         ]
39       },
40       "source_files": "iOS/TUIRoomKit/Source/**/*.{h,m,swift}",
41       "resource_bundles": {
42         "TUIRoomKitBundle": [
43           "iOS/TUIRoomKit/Resources/*.xcassets",
44           "iOS/TUIRoomKit/Resources/Localized/**/*.strings"
45         ]
46       },
47       "pod_target_xcconfig": {
48         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_Professional",
49         "GCC_PREPROCESSOR_DEFINITIONS": "TXLiteAVSDK_Professional=1"
50       }
51     },
52     {
53       "name": "TRTC",
54       "dependencies": {
55         "TUIRoomEngine/TRTC": [
56           "~> 1.2.0"
57         ]
58       },
59       "source_files": "iOS/TUIRoomKit/Source/**/*.{h,m,swift}",
60       "resource_bundles": {
61         "TUIRoomKitBundle": [
62           "iOS/TUIRoomKit/Resources/*.xcassets",
63           "iOS/TUIRoomKit/Resources/Localized/**/*.strings"
64         ]
65       },
66       "pod_target_xcconfig": {
67         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_TRTC",
68         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 TXLiteAVSDK_TRTC=1"
69       }
70     }
71   ],
72   "swift_version": "5.0"