[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / c / BaiduASR / 3.0.5.9 / BaiduASR.podspec.json
blobefd950d94905049fd120d12c4583cc6469e59481
2   "name": "BaiduASR",
3   "version": "3.0.5.9",
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   "header_dir": "BDSClientHeaders/ASR/UIHeaders",
40   "subspecs": [
41     {
42       "name": "ASR",
43       "source_files": "BDSClientHeaders/ASR/*.h",
44       "subspecs": [
45         {
46           "name": "UIHeaders",
47           "source_files": "BDSClientHeaders/ASR/UIHeaders/*.h"
48         }
49       ]
50     },
51     {
52       "name": "TTS",
53       "source_files": "BDSClientHeaders/TTS/*.h"
54     }
55   ]