[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 6 / b / TUIRoomKit / 1.0.1 / TUIRoomKit.podspec.json
blob21ab273854861feb8f21902b9dab219d259b8112
2   "name": "TUIRoomKit",
3   "version": "1.0.1",
4   "platforms": {
5     "ios": "11.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     "commit": "8ee36e88fd4a6ae07dbd6498359a2b56eb31ce91"
22   },
23   "dependencies": {
24     "SnapKit": [
26     ],
27     "Kingfisher": [
29     ],
30     "Toast-Swift": [
32     ],
33     "TXAppBasic": [
35     ],
36     "TUICore": [
37       "~> 7.0.3768"
38     ]
39   },
40   "default_subspecs": "TRTC",
41   "subspecs": [
42     {
43       "name": "Professional",
44       "dependencies": {
45         "TUIRoomEngine/Professional": [
47         ]
48       },
49       "source_files": "iOS/TUIRoomKit/Source/**/*.{h,m,swift}",
50       "resource_bundles": {
51         "TUIRoomKitBundle": [
52           "iOS/TUIRoomKit/Resources/*.xcassets",
53           "iOS/TUIRoomKit/Resources/Localized/**/*.strings"
54         ]
55       },
56       "pod_target_xcconfig": {
57         "OTHER_SWIFT_FLAGS": "-D TXLiteAVSDK_Professional",
58         "GCC_PREPROCESSOR_DEFINITIONS": "TXLiteAVSDK_Professional=1"
59       }
60     },
61     {
62       "name": "TRTC",
63       "dependencies": {
64         "TUIRoomEngine/TRTC": [
66         ]
67       },
68       "source_files": "iOS/TUIRoomKit/Source/**/*.{h,m,swift}",
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"