[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 9 / 2 / 6 / CBGMSCManger / 0.2.4 / CBGMSCManger.podspec.json
blob2ce08ffb21dedb76ffcf44bdb3b2629a65ef9cbd
2   "name": "CBGMSCManger",
3   "version": "0.2.4",
4   "summary": "讯飞星火的语音转写库",
5   "description": "讯飞星火iOS基于MSC库的语音转写库",
6   "homepage": "https://code.iflytek.com/osc/_source/htliu9/CBGMSCManger/-/code/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "htliu9": "htliu9@iflytek.com"
13   },
14   "source": {
15     "git": "ssh://git@code.iflytek.com:30004/htliu9/CBGMSCManger.git",
16     "tag": "0.2.4"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "CBGMSCManger/Classes/**/*",
22   "public_header_files": "CBGMSCManger/Classes/**/*.h",
23   "frameworks": [
24     "AVFoundation",
25     "SystemConfiguration",
26     "Foundation",
27     "CoreTelephony",
28     "AudioToolbox",
29     "UIKit",
30     "CoreLocation",
31     "Contacts",
32     "AddressBook",
33     "QuartzCore",
34     "CoreGraphics"
35   ],
36   "libraries": [
37     "z",
38     "c++"
39   ],
40   "ios": {
41     "vendored_frameworks": "Framework/iflyMSC.framework"
42   },
43   "pod_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45   },
46   "user_target_xcconfig": {
47     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48   }