[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / b / f / 7 / TUILiveKit / 2.4.2 / TUILiveKit.podspec.json
blob79f4dea4c86e9ed9c7d58b3f374f1dc22f150c6b
2   "name": "TUILiveKit",
3   "version": "2.4.2",
4   "platforms": {
5     "ios": "13.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "iOS/TUILiveKit/LICENSE"
10   },
11   "homepage": "https://trtc.io/",
12   "documentation_url": "https://trtc.io/document",
13   "authors": "trtc.io",
14   "summary": "trtc.io for Live streaming Solution..",
15   "static_framework": true,
16   "swift_versions": "5.0",
17   "source": {
18     "git": "https://github.com/Tencent-RTC/TUILiveKit.git",
19     "tag": "v2.4.2"
20   },
21   "dependencies": {
22     "SnapKit": [
24     ],
25     "TUICore": [
27     ],
28     "Kingfisher": [
29       "<= 6.3.1"
30     ],
31     "SVGAPlayer": [
32       "~> 2.5.7"
33     ],
34     "Protobuf": [
35       "~> 3.22.1"
36     ],
37     "RTCCommon": [
38       ">= 1.0.2"
39     ],
40     "ESPullToRefresh": [
42     ]
43   },
44   "default_subspecs": "TRTC",
45   "subspecs": [
46     {
47       "name": "Professional",
48       "dependencies": {
49         "RTCRoomEngine/Professional": [
50           ">= 2.5.1"
51         ]
52       },
53       "pod_target_xcconfig": {
54         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_Professional",
55         "GCC_PREPROCESSOR_DEFINITIONS": "TXLiteAVSDK_Professional=1"
56       },
57       "source_files": [
58         "iOS/TUILiveKit/Source/**/*",
59         "VideoLiveKit.swift",
60         "VoiceRoomKit.swift",
61         "VoiceRoomDefine.swift"
62       ],
63       "resource_bundles": {
64         "TUILiveKitBundle": [
65           "iOS/TUILiveKit/Resources/*.xcassets",
66           "iOS/TUILiveKit/Resources/Localized/**/*.strings"
67         ]
68       }
69     },
70     {
71       "name": "TRTC",
72       "dependencies": {
73         "RTCRoomEngine/TRTC": [
74           ">= 2.5.1"
75         ]
76       },
77       "pod_target_xcconfig": {
78         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_TRTC",
79         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 TXLiteAVSDK_TRTC=1"
80       },
81       "source_files": [
82         "iOS/TUILiveKit/Source/**/*",
83         "VideoLiveKit.swift",
84         "VoiceRoomKit.swift",
85         "VoiceRoomDefine.swift"
86       ],
87       "resource_bundles": {
88         "TUILiveKitBundle": [
89           "iOS/TUILiveKit/Resources/*.xcassets",
90           "iOS/TUILiveKit/Resources/Localized/**/*.strings"
91         ]
92       }
93     }
94   ],
95   "swift_version": "5.0"