[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / 1 / TUICalling / 9.3.0 / TUICalling.podspec.json
blob9fa275055414bdab38ad86a78f104fd28e11466a
2   "name": "TUICalling",
3   "version": "9.3.0",
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     "TUICore": [
24     ]
25   },
26   "requires_arc": true,
27   "static_framework": true,
28   "source": {
29     "git": "https://github.com/tencentyun/TUICalling.git",
30     "tag": "v9.3"
31   },
32   "pod_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34   },
35   "user_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   },
38   "swift_versions": "5.0",
39   "default_subspecs": "TRTC",
40   "subspecs": [
41     {
42       "name": "TRTC",
43       "dependencies": {
44         "TXLiteAVSDK_TRTC": [
46         ]
47       },
48       "source_files": [
49         "iOS/Source/localized/**/*.{h,m,mm}",
50         "iOS/Source/Model/**/*.{h,m,mm}",
51         "iOS/Source/Service/**/*.{h,m,mm}",
52         "iOS/Source/UI/**/*.{h,m,mm}",
53         "iOS/Source/TUICallingKit_TRTC/*.{h,m,mm}"
54       ],
55       "ios": {
56         "frameworks": [
57           "AVFoundation",
58           "Accelerate"
59         ]
60       },
61       "libraries": [
62         "c++",
63         "resolv"
64       ],
65       "resource_bundles": {
66         "TUICallingKitBundle": [
67           "iOS/Resources/Localized/**/*.strings",
68           "iOS/Resources/AudioFile",
69           "iOS/Resources/*.xcassets"
70         ]
71       }
72     },
73     {
74       "name": "Professional",
75       "dependencies": {
76         "TXLiteAVSDK_Professional": [
78         ]
79       },
80       "source_files": [
81         "iOS/Source/localized/**/*.{h,m,mm}",
82         "iOS/Source/Model/**/*.{h,m,mm}",
83         "iOS/Source/Service/**/*.{h,m,mm}",
84         "iOS/Source/UI/**/*.{h,m,mm}",
85         "iOS/Source/TUICallingKit_Professional/*.{h,m,mm}"
86       ],
87       "ios": {
88         "frameworks": [
89           "AVFoundation",
90           "Accelerate",
91           "AssetsLibrary"
92         ]
93       },
94       "libraries": [
95         "c++",
96         "resolv",
97         "sqlite3"
98       ],
99       "resource_bundles": {
100         "TUICallingKitBundle": [
101           "iOS/Resources/Localized/**/*.strings",
102           "iOS/Resources/AudioFile",
103           "iOS/Resources/*.xcassets"
104         ]
105       }
106     }
107   ],
108   "swift_version": "5.0"