[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 6 / b / TUIRoomKit / 1.3.3 / TUIRoomKit.podspec.json
blobc2ee74d69c60c1b3c9f85ccf8d1ab067762039c1
2   "name": "TUIRoomKit",
3   "version": "1.3.3",
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.3.3"
22   },
23   "dependencies": {
24     "SnapKit": [
26     ],
27     "TUICore": [
28       ">= 7.3.4358"
29     ],
30     "TIMCommon": [
32     ]
33   },
34   "default_subspecs": "TRTC",
35   "subspecs": [
36     {
37       "name": "Professional",
38       "dependencies": {
39         "TUIRoomEngine/Professional": [
40           "1.3.3"
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/**/*.strings"
51         ]
52       },
53       "pod_target_xcconfig": {
54         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_Professional",
55         "GCC_PREPROCESSOR_DEFINITIONS": "TXLiteAVSDK_Professional=1"
56       }
57     },
58     {
59       "name": "TRTC",
60       "dependencies": {
61         "TUIRoomEngine/TRTC": [
62           "1.3.3"
63         ]
64       },
65       "source_files": [
66         "iOS/TUIRoomKit/Source/**/*.{h,m,swift}",
67         "iOS/TUIRoomKit/RoomExtension/**/*.{h,m,swift}"
68       ],
69       "resource_bundles": {
70         "TUIRoomKitBundle": [
71           "iOS/TUIRoomKit/Resources/*.xcassets",
72           "iOS/TUIRoomKit/Resources/Localized/**/*.strings"
73         ]
74       },
75       "pod_target_xcconfig": {
76         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_TRTC",
77         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 TXLiteAVSDK_TRTC=1"
78       }
79     }
80   ],
81   "swift_version": "5.0"