Skip to content

Commit

Permalink
[Add] CBGMSCManger 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
htliu9 authored and CocoaPodsBot committed Nov 17, 2023
1 parent 4d8af5e commit 2a3bf30
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions Specs/9/2/6/CBGMSCManger/0.1.3/CBGMSCManger.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "CBGMSCManger",
"version": "0.1.3",
"summary": "讯飞星火的语音转写库",
"description": "讯飞星火iOS基于MSC库的语音转写库",
"homepage": "https://code.iflytek.com/osc/_source/htliu9/CBGMSCManger/-/code/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"htliu9": "htliu9@iflytek.com"
},
"source": {
"git": "https://code.iflytek.com/htliu9/CBGMSCManger.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "13.0"
},
"source_files": "CBGMSCManger/Classes/**/*",
"public_header_files": "CBGMSCManger/Classes/**/*.h",
"frameworks": [
"AVFoundation",
"SystemConfiguration",
"Foundation",
"CoreTelephony",
"AudioToolbox",
"UIKit",
"CoreLocation",
"Contacts",
"AddressBook",
"QuartzCore",
"CoreGraphics"
],
"libraries": [
"z",
"c++"
],
"ios": {
"vendored_frameworks": "Framework/iflyMSC.framework"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}

0 comments on commit 2a3bf30

Please sign in to comment.