[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 6 / c / BaiduASR / 3.0.5.10 / BaiduASR.podspec.json
blobb7359fb5f9f480f04ec3603d032b82680d9762b7
2   "name": "BaiduASR",
3   "version": "3.0.5.10",
4   "summary": "百度语音识别SDK.",
5   "description": "百度语音识别SDK, 制作此SDK为了方便使用",
6   "homepage": "http://ai.baidu.com/sdk#asr",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liuzhen": "lazyjean@foxmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_version": "4.2",
18   "frameworks": [
19     "AudioToolbox",
20     "AVFoundation",
21     "CFNetwork",
22     "CoreLocation",
23     "CoreTelephony",
24     "GLKit",
25     "SystemConfiguration"
26   ],
27   "ios": {
28     "libraries": [
29       "c++",
30       "iconv.2.4.0",
31       "sqlite3.0",
32       "z.1.2.5"
33     ],
34     "vendored_libraries": "BDSClientLib/libBaiduSpeechSDK.a"
35   },
36   "source": {
37     "http": "https://cocoapods.oss-cn-shenzhen.aliyuncs.com/BaiduASR_3.0.5.2.zip"
38   },
39   "subspecs": [
40     {
41       "name": "ASR",
42       "source_files": "BDSClientHeaders/ASR/*.h",
43       "subspecs": [
44         {
45           "name": "UIHeaders",
46           "source_files": "BDSClientHeaders/ASR/UIHeaders/*.{h}"
47         }
48       ]
49     },
50     {
51       "name": "TTS",
52       "source_files": "BDSClientHeaders/TTS/*.h"
53     },
54     {
55       "name": "Resources",
56       "subspecs": [
57         {
58           "name": "Theme",
59           "resources": "BDSClientResource/ASR/BDSClientResources/Theme/*.{bundle}"
60         },
61         {
62           "name": "Tone",
63           "resources": "BDSClientResource/ASR/BDSClientResources/Tone/*.{caf}"
64         },
65         {
66           "name": "ASR",
67           "subspecs": [
68             {
69               "name": "EASR",
70               "resources": "BDSClientResource/ASR/BDSClientEASRResources/*.dat"
71             }
72           ]
73         }
74       ]
75     }
76   ]