[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / f / 1 / TUICalling / 9.2 / TUICalling.podspec.json
blob598e888a9d7973b315c329bcc033c22edbf00c54
2   "name": "TUICalling",
3   "version": "9.2",
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": [
26       "~> 5.7.1435"
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       "pod_target_xcconfig": {
52         "HEADER_SEARCH_PATHS": [
53           "$(PODS_TARGET_SRCROOT)/../../SDK/TXLiteAVSDK_TRTC.framework/Headers"
54         ]
55       },
56       "source_files": [
57         "iOS/Source/localized/**/*.{h,m,mm}",
58         "iOS/Source/Model/**/*.{h,m,mm}",
59         "iOS/Source/Service/**/*.{h,m,mm}",
60         "iOS/Source/UI/**/*.{h,m,mm}",
61         "iOS/Source/TUICallingKit_TRTC/*.{h,m,mm}"
62       ],
63       "ios": {
64         "frameworks": [
65           "AVFoundation",
66           "Accelerate"
67         ]
68       },
69       "libraries": [
70         "c++",
71         "resolv"
72       ],
73       "resource_bundles": {
74         "TUICallingKitBundle": [
75           "iOS/Resources/Localized/**/*.strings",
76           "iOS/Resources/AudioFile",
77           "iOS/Resources/*.xcassets"
78         ]
79       }
80     },
81     {
82       "name": "Professional",
83       "dependencies": {
84         "TXLiteAVSDK_Professional": [
85           "9.2.10637"
86         ]
87       },
88       "pod_target_xcconfig": {
89         "HEADER_SEARCH_PATHS": [
90           "$(PODS_TARGET_SRCROOT)/../../SDK/TXLiteAVSDK_Professional.framework/Headers"
91         ]
92       },
93       "xcconfig": {
94         "HEADER_SEARCH_PATHS": "${SRCROOT}/../SDK/TXLiteAVSDK_Professional.framework/Headers/"
95       },
96       "source_files": [
97         "iOS/Source/localized/**/*.{h,m,mm}",
98         "iOS/Source/Model/**/*.{h,m,mm}",
99         "iOS/Source/Service/**/*.{h,m,mm}",
100         "iOS/Source/UI/**/*.{h,m,mm}",
101         "iOS/Source/TUICallingKit_Professional/*.{h,m,mm}"
102       ],
103       "ios": {
104         "frameworks": [
105           "AVFoundation",
106           "Accelerate",
107           "AssetsLibrary"
108         ]
109       },
110       "libraries": [
111         "c++",
112         "resolv",
113         "sqlite3"
114       ],
115       "resource_bundles": {
116         "TUICallingKitBundle": [
117           "iOS/Resources/Localized/**/*.strings",
118           "iOS/Resources/AudioFile",
119           "iOS/Resources/*.xcassets"
120         ]
121       }
122     }
123   ],
124   "swift_version": "5.0"