[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / 3 / f / XCAudioManager / 1.0.0 / XCAudioManager.podspec.json
blob5de559b3b7dfa3fc27d9d864263117f9a70270df
2   "name": "XCAudioManager",
3   "version": "1.0.0",
4   "summary": "XCAudioManager.",
5   "description": "XCAudioManager 基于科大讯飞的语音阅读和语音识别功能",
6   "homepage": "https://github.com/fanxiaocong/XCAudioManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fanxiaocong": "1016697223@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fanxiaocong/XCAudioManager.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": null
20   },
21   "source_files": [
22     "XCAudioManager/Classes/*.{h,m}",
23     "XCAudioManager/Classes/XFAudio/*.{h,m}"
24   ],
25   "vendored_frameworks": "XCAudioManager/Classes/XFAudio/iflyMSC.framework",
26   "frameworks": [
27     "CoreTelephony",
28     "SystemConfiguration"
29   ],
30   "libraries": [
31     "z",
32     "c++"
33   ],
34   "pod_target_xcconfig": {
35     "ENABLE_BITCODE": "NO",
36     "ONLY_ACTIVE_ARCH": "NO",
37     "VALID_ARCHS": "arm64",
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "user_target_xcconfig": {
41     "VALID_ARCHS": "arm64",
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   }