[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 7 / 2 / SeatGridView / 2.4.3 / SeatGridView.podspec.json
blobdd27fde4ce121c792a8c16a712fbd83209b4c1c9
2   "name": "SeatGridView",
3   "version": "2.4.3",
4   "summary": "CoreView of VoiceRoom",
5   "homepage": "https://trtc.io/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "trtc.io",
11   "source": {
12     "git": "https://github.com/Tencent-RTC/TUILiveKit",
13     "tag": "v2.4.3"
14   },
15   "static_framework": true,
16   "platforms": {
17     "ios": "13.0"
18   },
19   "swift_versions": "5.5",
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "dependencies": {
24     "TUICore": [
26     ],
27     "SnapKit": [
29     ],
30     "RTCCommon": [
31       ">= 1.1.0"
32     ],
33     "Kingfisher": [
34       "<= 6.3.1"
35     ]
36   },
37   "default_subspecs": "Professional",
38   "subspecs": [
39     {
40       "name": "Professional",
41       "dependencies": {
42         "RTCRoomEngine/Professional": [
44         ]
45       },
46       "source_files": "iOS/SeatGridView/Sources/**/*",
47       "resource_bundles": {
48         "SeatGridViewBundle": [
49           "iOS/SeatGridView/Resources/*.xcassets",
50           "iOS/SeatGridView/Resources/Localized/*.xcstrings"
51         ]
52       }
53     },
54     {
55       "name": "TRTC",
56       "dependencies": {
57         "RTCRoomEngine/TRTC": [
59         ]
60       },
61       "source_files": "iOS/SeatGridView/Sources/**/*",
62       "resource_bundles": {
63         "SeatGridViewBundle": [
64           "iOS/SeatGridView/Resources/*.xcassets",
65           "iOS/SeatGridView/Resources/Localized/*.xcstrings"
66         ]
67       }
68     }
69   ],
70   "swift_version": "5.5"