[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 6 / c / BaiduASR / 3.0.5.6 / BaiduASR.podspec.json
blob0f290147638e4d35a93625400af8beeba1a0b49c
2   "name": "BaiduASR",
3   "version": "3.0.5.6",
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   "source_files": "BDSClientHeaders/**/*.{h,m}",
40   "header_dir": "BDSClientHeaders/ASR/UIHeaders",
41   "subspecs": [
42     {
43       "name": "ASR",
44       "source_files": "BDSClientHeaders/ASR/*.h"
45     }
46   ]