[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / 0 / TUIVoiceToTextPlugin / 7.5.4864 / TUIVoiceToTextPlugin.podspec.json
blob03c1826b122de19eb91dd3b272a5b9cdcccbb2b7
2   "name": "TUIVoiceToTextPlugin",
3   "version": "7.5.4864",
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/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/7.5.4864/ios/TUIVoiceToTextPlugin.zip"
21   },
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
24     "GENERATE_INFOPLIST_FILE": "YES"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
28     "GENERATE_INFOPLIST_FILE": "YES"
29   },
30   "subspecs": [
31     {
32       "name": "CommonModel",
33       "source_files": "**/TUIVoiceToTextPlugin/CommonModel/*.{h,m,mm}",
34       "dependencies": {
35         "TUICore": [
36           "7.5.4864"
37         ],
38         "TIMCommon": [
39           "7.5.4864"
40         ],
41         "TUIChat": [
42           "7.5.4864"
43         ]
44       }
45     },
46     {
47       "name": "UI",
48       "resources": [
49         "**/TUIVoiceToTextPlugin/Resources/*.bundle"
50       ],
51       "subspecs": [
52         {
53           "name": "DataProvider",
54           "source_files": "**/TUIVoiceToTextPlugin/UI/DataProvider/*.{h,m,mm}",
55           "dependencies": {
56             "TUIVoiceToTextPlugin/CommonModel": [
58             ]
59           }
60         },
61         {
62           "name": "UI",
63           "source_files": "**/TUIVoiceToTextPlugin/UI/UI/*.{h,m,mm}",
64           "dependencies": {
65             "TUIVoiceToTextPlugin/UI/DataProvider": [
67             ]
68           }
69         },
70         {
71           "name": "Service",
72           "source_files": "**/TUIVoiceToTextPlugin/UI/Service/*.{h,m,mm}",
73           "dependencies": {
74             "TUIVoiceToTextPlugin/UI/UI": [
76             ]
77           }
78         }
79       ]
80     }
81   ]