[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / f / 7 / TUILiveKit / 1.0.1 / TUILiveKit.podspec.json
blob69eb740a117c6a568f1bb886e7dc58df23c4f435
2   "name": "TUILiveKit",
3   "version": "1.0.1",
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": "v1.0.1"
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   },
38   "default_subspecs": "TRTC",
39   "subspecs": [
40     {
41       "name": "Professional",
42       "dependencies": {
43         "RTCRoomEngine/Professional": [
44           ">= 2.3.0"
45         ]
46       },
47       "pod_target_xcconfig": {
48         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_Professional",
49         "GCC_PREPROCESSOR_DEFINITIONS": "TXLiteAVSDK_Professional=1"
50       },
51       "source_files": "iOS/TUILiveKit/Source/**/*",
52       "resource_bundles": {
53         "TUILiveKitBundle": [
54           "iOS/TUILiveKit/Resources/*.xcassets",
55           "iOS/TUILiveKit/Resources/Localized/**/*.strings"
56         ]
57       }
58     },
59     {
60       "name": "TRTC",
61       "dependencies": {
62         "RTCRoomEngine/TRTC": [
63           ">= 2.3.0"
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       "source_files": "iOS/TUILiveKit/Source/**/*",
71       "resource_bundles": {
72         "TUILiveKitBundle": [
73           "iOS/TUILiveKit/Resources/*.xcassets",
74           "iOS/TUILiveKit/Resources/Localized/**/*.strings"
75         ]
76       }
77     }
78   ],
79   "swift_version": "5.0"