[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / b / f / 7 / TUILiveKit / 2.1.0 / TUILiveKit.podspec.json
blobaed1d02b7f06b23c07c8a6ba662fa36c4bb7872b
2   "name": "TUILiveKit",
3   "version": "2.1.0",
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.1.0"
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": [
39     ],
40     "ESPullToRefresh": [
42     ]
43   },
44   "default_subspecs": "TRTC",
45   "subspecs": [
46     {
47       "name": "Professional",
48       "dependencies": {
49         "RTCRoomEngine/Professional": [
50           ">= 2.4.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": "iOS/TUILiveKit/Source/**/*",
58       "resource_bundles": {
59         "TUILiveKitBundle": [
60           "iOS/TUILiveKit/Resources/*.xcassets",
61           "iOS/TUILiveKit/Resources/Localized/**/*.strings"
62         ]
63       }
64     },
65     {
66       "name": "TRTC",
67       "dependencies": {
68         "RTCRoomEngine/TRTC": [
69           ">= 2.4.1"
70         ]
71       },
72       "pod_target_xcconfig": {
73         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_TRTC",
74         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 TXLiteAVSDK_TRTC=1"
75       },
76       "source_files": "iOS/TUILiveKit/Source/**/*",
77       "resource_bundles": {
78         "TUILiveKitBundle": [
79           "iOS/TUILiveKit/Resources/*.xcassets",
80           "iOS/TUILiveKit/Resources/Localized/**/*.strings"
81         ]
82       }
83     }
84   ],
85   "swift_version": "5.0"