[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / 1 / TUICalling / 9.2.1 / TUICalling.podspec.json
blob5ec6a598e17c8a81766625f55051a3b4ab96425b
2   "name": "TUICalling",
3   "version": "9.2.1",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "license": {
8     "type": "Proprietary",
9     "text": "        copyright 2017 tencent Ltd. All rights reserved.\n"
10   },
11   "homepage": "https://cloud.tencent.com/document/product/647",
12   "documentation_url": "https://cloud.tencent.com/document/product/647",
13   "authors": "tencent video cloud",
14   "summary": "TUICalling",
15   "xcconfig": {
16     "VALID_ARCHS": "armv7 arm64 x86_64"
17   },
18   "dependencies": {
19     "Masonry": [
21     ],
22     "TXIMSDK_Plus_iOS": [
23       "5.7.1435"
24     ],
25     "TUICore": [
27     ]
28   },
29   "requires_arc": true,
30   "static_framework": true,
31   "source": {
32     "git": "https://github.com/tencentyun/TUICalling.git",
33     "tag": "v9.2"
34   },
35   "pod_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   },
38   "user_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "swift_versions": "5.0",
42   "default_subspecs": "TRTC",
43   "subspecs": [
44     {
45       "name": "TRTC",
46       "dependencies": {
47         "TXLiteAVSDK_TRTC": [
48           "9.2.10637"
49         ]
50       },
51       "source_files": [
52         "iOS/Source/localized/**/*.{h,m,mm}",
53         "Source/Model/**/*.{h,m,mm}",
54         "Source/Service/**/*.{h,m,mm}",
55         "Source/UI/**/*.{h,m,mm}",
56         "Source/TUICallingKit_TRTC/*.{h,m,mm}"
57       ],
58       "ios": {
59         "frameworks": [
60           "AVFoundation",
61           "Accelerate"
62         ]
63       },
64       "libraries": [
65         "c++",
66         "resolv"
67       ],
68       "resource_bundles": {
69         "TUICallingKitBundle": [
70           "iOS/Resources/Localized/**/*.strings",
71           "iOS/Resources/AudioFile",
72           "Resources/*.xcassets"
73         ]
74       }
75     },
76     {
77       "name": "Professional",
78       "dependencies": {
79         "TXLiteAVSDK_Professional": [
80           "9.2.10637"
81         ]
82       },
83       "source_files": [
84         "iOS/Source/localized/**/*.{h,m,mm}",
85         "Source/Model/**/*.{h,m,mm}",
86         "Source/Service/**/*.{h,m,mm}",
87         "Source/UI/**/*.{h,m,mm}",
88         "Source/TUICallingKit_Professional/*.{h,m,mm}"
89       ],
90       "ios": {
91         "frameworks": [
92           "AVFoundation",
93           "Accelerate",
94           "AssetsLibrary"
95         ]
96       },
97       "libraries": [
98         "c++",
99         "resolv",
100         "sqlite3"
101       ],
102       "resource_bundles": {
103         "TUICallingKitBundle": [
104           "iOS/Resources/Localized/**/*.strings",
105           "iOS/Resources/AudioFile",
106           "Resources/*.xcassets"
107         ]
108       }
109     }
110   ],
111   "swift_version": "5.0"