blob: 2f95b79f6f8ce12ff53bf428d6c7ab721cc8ec5e [file] [log] [blame]
{
"name": "DKIflyMSC",
"version": "1.0.9",
"summary": "讯飞组件",
"description": "讯飞语音组件",
"homepage": "https://github.com/MjzDk/DKIflyMSC.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MjzDK": "15929996560@163.com"
},
"source": {
"git": "https://github.com/MjzDk/DKIflyMSC.git",
"tag": "1.0.9"
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": [
"DKIflyMSC/Classes/iflyMSC.framework"
],
"requires_arc": false,
"frameworks": [
"AVFoundation",
"SystemConfiguration",
"Foundation",
"CoreTelephony",
"AudioToolbox",
"UIKit",
"CoreLocation",
"Contacts",
"AddressBook",
"QuartzCore",
"CoreGraphics"
],
"libraries": [
"z",
"c++",
"icucore"
],
"prepare_command": "mkdir DKIflyMSC/Classes/iflyMSC.framework/Modules\ntouch DKIflyMSC/Classes/iflyMSC.framework/Modules/module.modulemap\ncat <<-EOF > DKIflyMSC/Classes/iflyMSC.framework/Modules/module.modulemap\nframework module iflyMSC {\n header \"IFlyMSC.h\"\n header \"IFlyAudioSession.h\"\n header \"IFlyContact.h\"\n header \"IFlyDataUploader.h\"\n header \"IFlyDebugLog.h\"\n header \"IFlyISVDelegate.h\"\n header \"IFlyISVRecognizer.h\"\n header \"IFlyRecognizerView.h\"\n header \"IFlyRecognizerViewDelegate.h\"\n header \"IFlyResourceUtil.h\"\n header \"IFlySetting.h\"\n header \"IFlySpeechConstant.h\"\n header \"IFlySpeechError.h\"\n header \"IFlySpeechEvaluator.h\"\n header \"IFlySpeechEvaluatorDelegate.h\"\n header \"IFlySpeechEvent.h\"\n header \"IFlySpeechRecognizer.h\"\n header \"IFlySpeechRecognizerDelegate.h\"\n header \"IFlySpeechSynthesizer.h\"\n header \"IFlySpeechSynthesizerDelegate.h\"\n header \"IFlySpeechUnderstander.h\"\n header \"IFlySpeechUtility.h\"\n header \"IFlyTextUnderstander.h\"\n header \"IFlyUserWords.h\"\n header \"IFlyPcmRecorder.h\"\n header \"IFlyVoiceWakeuper.h\"\n header \"IFlyVoiceWakeuperDelegate.h\"\n export *\n link \"z\"\n link \"c++\"\n}\nEOF"
}