[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / 0 / TUIVoiceToTextPlugin / 8.0.5895 / TUIVoiceToTextPlugin.podspec.json
blobc57a49214aa2f182b3168d05154b7263b3ca4b07
2   "name": "TUIVoiceToTextPlugin",
3   "version": "8.0.5895",
4   "platforms": {
5     "ios": "10.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/269/3794",
12   "documentation_url": "https://cloud.tencent.com/document/product/269/9147",
13   "authors": "tencent video cloud",
14   "summary": "TUIVoiceToTextPlugin",
15   "xcconfig": {
16     "VALID_ARCHS": "armv7 arm64 x86_64"
17   },
18   "requires_arc": true,
19   "source": {
20     "http": "https://im.sdk.cloud.tencent.cn/download/tuikit/8.0.5895/ios/TUIVoiceToTextPlugin.zip"
21   },
22   "resource_bundles": {
23     "TUIVoiceToTextPlugin_Privacy": "**/TUIVoiceToTextPlugin/Resources/PrivacyInfo.xcprivacy"
24   },
25   "subspecs": [
26     {
27       "name": "CommonModel",
28       "source_files": "**/TUIVoiceToTextPlugin/CommonModel/*.{h,m,mm}",
29       "dependencies": {
30         "TUICore": [
32         ],
33         "TIMCommon": [
34           "~> 8.0.5895"
35         ],
36         "TUIChat": [
37           "~> 8.0.5895"
38         ]
39       }
40     },
41     {
42       "name": "UI",
43       "resources": [
44         "**/TUIVoiceToTextPlugin/Resources/*.bundle"
45       ],
46       "subspecs": [
47         {
48           "name": "DataProvider",
49           "source_files": "**/TUIVoiceToTextPlugin/UI/DataProvider/*.{h,m,mm}",
50           "dependencies": {
51             "TUIVoiceToTextPlugin/CommonModel": [
53             ]
54           }
55         },
56         {
57           "name": "UI",
58           "source_files": "**/TUIVoiceToTextPlugin/UI/UI/*.{h,m,mm}",
59           "dependencies": {
60             "TUIVoiceToTextPlugin/UI/DataProvider": [
62             ]
63           }
64         },
65         {
66           "name": "Service",
67           "source_files": "**/TUIVoiceToTextPlugin/UI/Service/*.{h,m,mm}",
68           "dependencies": {
69             "TUIVoiceToTextPlugin/UI/UI": [
71             ]
72           }
73         }
74       ]
75     }
76   ]